mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
chore(release): Bumped to Version 15.17.2
## [15.17.2](https://github.com/frappe/erpnext/compare/v15.17.1...v15.17.2) (2024-03-20) ### Bug Fixes * achieved targets for sales partners ([1ac8887](1ac888715c)) * advance journal fetching logic in Advances section ([bfa78aa](bfa78aaf74)) * attribute error on Bank Statement Import retry ([a0bf22c](a0bf22c9a5)) * auto-update due date for invoices via data import ([9cdde50](9cdde50f7c)) * balance qty in the stock ledger report (backport [#40506](https://github.com/frappe/erpnext/issues/40506)) ([#40507](https://github.com/frappe/erpnext/issues/40507)) ([69f442d](69f442dd79)) * currency symbol for Landed Cost Voucher Amount (backport [#40550](https://github.com/frappe/erpnext/issues/40550)) ([#40554](https://github.com/frappe/erpnext/issues/40554)) ([1c90797](1c90797879)) * Data too long for column 'stock_queue' (backport [#40436](https://github.com/frappe/erpnext/issues/40436)) ([#40451](https://github.com/frappe/erpnext/issues/40451)) ([ba6b856](ba6b8561c9)) * don't validate for currency, if account is unavailable ([5729ee5](5729ee563c)) * flaky Accounts Receivable test case ([0bb4a7d](0bb4a7d13a)) * incorrect gross profit on the quotation (backport [#40438](https://github.com/frappe/erpnext/issues/40438)) ([#40442](https://github.com/frappe/erpnext/issues/40442)) ([ce2626e](ce2626e911)) * index error on Exchange Rate Revaluation creation ([ebd967d](ebd967d7d3)) * invalid exchange loss booking on invoice againts base accounts ([72c9cd5](72c9cd5582)) * missing range for ageing summary ([dacc69c](dacc69c56f)) * not able to delete cancelled delivery note (backport [#40508](https://github.com/frappe/erpnext/issues/40508)) ([#40510](https://github.com/frappe/erpnext/issues/40510)) ([917a21b](917a21b989)) * rate changing while making PR (negative discount) (backport [#40539](https://github.com/frappe/erpnext/issues/40539)) ([#40540](https://github.com/frappe/erpnext/issues/40540)) ([0bdda12](0bdda1226f)) * Remove custom queries for customer ([3133505](313350534f)) * serial and batch for internal transfer (backport [#40467](https://github.com/frappe/erpnext/issues/40467)) ([#40477](https://github.com/frappe/erpnext/issues/40477)) ([61d59b3](61d59b392a)) * show correct variance for durations with no vouchers ([bc78bc3](bc78bc33f1)) * stock reco negative batch (backport [#40533](https://github.com/frappe/erpnext/issues/40533)) ([#40535](https://github.com/frappe/erpnext/issues/40535)) ([7f1f780](7f1f7809c8)) * stopped mr showing in the popup (backport [#40478](https://github.com/frappe/erpnext/issues/40478)) ([#40480](https://github.com/frappe/erpnext/issues/40480)) ([74b30a6](74b30a6a1d)) * **Supplier Quotation Comparison:** group by options ([1e16d2c](1e16d2ca25)) * Taxes not getting updated on change ([75b610d](75b610d7fc)) * **test:** manually filter rows and assert ([df13517](df1351783e)) * Update Existing Price List Rate not working (backport [#40333](https://github.com/frappe/erpnext/issues/40333)) ([#40527](https://github.com/frappe/erpnext/issues/40527)) ([44bbf4b](44bbf4b983)) * use in_import flag for checking imported records ([8242a9c](8242a9cd46))
This commit is contained in:
@@ -3,7 +3,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "15.17.1"
|
||||
__version__ = "15.17.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user