We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74af290 commit 4d25f91Copy full SHA for 4d25f91
CHANGELOG.md
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
### Fixed
21
### Removed --->
22
23
+## 0.19.10 - 2023-09-25
24
+### Fixed
25
+- Adding new organisation or person bug when creating invoice
26
+
27
## 0.19.9 - 2023-09-04
28
29
- Database update for tax amounts
config/package.php
@@ -13,6 +13,6 @@
13
|
14
*/
15
16
- 'version' => '0.19.9',
+ 'version' => '0.19.10',
17
18
];
0 commit comments