mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 18:21:22 +00:00
# [14.69.0](https://github.com/frappe/erpnext/compare/v14.68.2...v14.69.0) (2024-05-02) ### Bug Fixes * 'NoneType' object has no attribute '_read_rowdata_packet_unbuffered' ([949aa93](949aa9346c)) * args when get the delivery note in delivery trip ([abe64aa](abe64aa1ab)) * args when get the delivery note in delivery trip ([1a7b3c4](1a7b3c437d)) * display term name for single term invoices ([58b68b7](58b68b7597)) * duplicate column in the stock ledger report ([3fcdcef](3fcdcef178)) * handle stock balance unbuffered_cursor error (backport [#41186](https://github.com/frappe/erpnext/issues/41186)) ([#41187](https://github.com/frappe/erpnext/issues/41187)) ([59010c9](59010c9a61)) * incorrectly applying TDS when Advance is in previous FY ([eb22fb9](eb22fb9326)) * mode of payment has precedance ([33d38ba](33d38ba3a7)) * multiple pricing rules with discount amount and discount percentage not working ([#41211](https://github.com/frappe/erpnext/issues/41211)) ([54313b5](54313b5db9)) * negative stock qty error for stock reconciliation ([#41283](https://github.com/frappe/erpnext/issues/41283)) ([9aa054c](9aa054c400)) * permission issue when user permission restricts on company ([45c4167](45c4167c86)) * validation to prevent overallocation ([8318286](8318286865)) ### Features * allow to do reposting for all stock transactions (audit) (backport [#41165](https://github.com/frappe/erpnext/issues/41165)) ([#41205](https://github.com/frappe/erpnext/issues/41205)) ([1e13193](1e1319351d)) ### Performance Improvements * timeout issue while submitting purchase receipt (v14) ([113351e](113351e850))