chore(release): Bumped to Version 14.64.0
# [14.64.0](https://github.com/frappe/erpnext/compare/v14.63.3...v14.64.0) (2024-02-28) ### Bug Fixes * add flags for repost to ensure correct accounting from India Compliance App ([8c772cf](8c772cfb9f)) * amount label according to party type ([bb3a7cd](bb3a7cdb3d)) * Cannot read properties of undefined (backport [#40081](https://github.com/frappe/erpnext/issues/40081)) ([#40082](https://github.com/frappe/erpnext/issues/40082)) ([579b27d](579b27d010)) * capacity planning issue in the job card (backport [#40092](https://github.com/frappe/erpnext/issues/40092)) ([#40100](https://github.com/frappe/erpnext/issues/40100)) ([8a573a1](8a573a1aff)) * check_credit_limit on_update_after_submit of Sales Order ([3112fca](3112fca087)) * communication_date in party dashboards (backport [#40005](https://github.com/frappe/erpnext/issues/40005)) ([#40020](https://github.com/frappe/erpnext/issues/40020)) ([b364fe7](b364fe7047)) * Completed Work Orders report not working ([c8e1409](c8e1409b80)) * Cr/Dr notes with POS Payments ([e5098c5](e5098c521b)) * default taxable value for item not found in item list ([30315ab](30315aba37)) * Delete linked asset movement record on cancellation of purchase receipt/invoice ([11bddc1](11bddc14bb)) * Delete orphaned asset movement item records ([46cd929](46cd929d00)) * delete PLE containing invoice in against ([08459ce](08459cef4a)) * do not make MR against raw materials of available sub assemblies (backport [#40085](https://github.com/frappe/erpnext/issues/40085)) ([#40086](https://github.com/frappe/erpnext/issues/40086)) ([e461185](e461185317)) * incorrect item name in MR (backport [#40018](https://github.com/frappe/erpnext/issues/40018)) ([#40023](https://github.com/frappe/erpnext/issues/40023)) ([079ba76](079ba7670c)) * linter issue ([ea1a0b3](ea1a0b3a28)) * linting issue ([65a2adf](65a2adfc55)) * linting issue ([e289aef](e289aef1b4)) * negative stock error while making stock reconciliation (backport [#40016](https://github.com/frappe/erpnext/issues/40016)) ([#40025](https://github.com/frappe/erpnext/issues/40025)) ([865cba4](865cba406f)) * on unreconciliation, update advance paid ([fe88a11](fe88a110b1)) * only check for delinked PLEs ([3d243a7](3d243a7fa5)) * only consider contributed qty towards achieved targets ([0484857](0484857402)) * parent warehouse checks in the production plan for sub-assemblies (backport [#40150](https://github.com/frappe/erpnext/issues/40150)) ([#40156](https://github.com/frappe/erpnext/issues/40156)) ([9a85ab4](9a85ab45e7)) * remove cancelled payment entry from Payment Period Based On Invoice Date ([2fc490a](2fc490a5d7)) * remove cancelled payment entry from PPBOID report ([a1c0c23](a1c0c2359f)) * remove config for default bank account in test ([ad60677](ad6067795f)) * sales funnel text color in light/dark theme ([#40132](https://github.com/frappe/erpnext/issues/40132)) ([193cd0d](193cd0db96)) * skip max discount validation for rate adjustment ([8c7d0d4](8c7d0d4b85)) * skip SO & DN validation for debit note ([882cf98](882cf98288)) * test for plaid bank account validation ([22db6f6](22db6f6b72)) * timesheet per billed state edge case (backport [#40010](https://github.com/frappe/erpnext/issues/40010)) ([#40028](https://github.com/frappe/erpnext/issues/40028)) ([2a2f314](2a2f314821)) * translatable columns in Sales Pipeline Analytics report ([3c170b9](3c170b9805)) * unique gl account for plaid bank accounts ([8638d14](8638d14bab)) * use correct variable name for hotfix branches ([812eebf](812eebf1ab)) * Webpages not working without login ([d6fad08](d6fad08d20)) ### Features * show contributed qty in transaction summary ([89d1942](89d19422d1)) * update billed amount in PO and PR ([019d8f9](019d8f92fe))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.63.3"
|
||||
__version__ = "14.64.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user