chore(release): Bumped to Version 14.70.12

## [14.70.12](https://github.com/frappe/erpnext/compare/v14.70.11...v14.70.12) (2024-07-24)

### Bug Fixes

* missing cr/dr notes on payment reconciliation ([90ee21f](90ee21f868))
* remove proprietorship and update it with individual (backport [#42307](https://github.com/frappe/erpnext/issues/42307)) ([8c1f619](8c1f6196b8))
* set pos data if not return doc ([6ecb064](6ecb064264))
* Show the rows in AR/AP report where outstanding equals to 0.01 ([2936988](2936988cc6))
This commit is contained in:
Frappe PR Bot
2024-07-24 07:26:52 +00:00
parent 6759b90f85
commit fe4b2e36cc

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.70.11"
__version__ = "14.70.12"
def get_default_company(user=None):