From 96996bd8a9cabde7da9e67a0a2171b3eab4edf1b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 29 Apr 2025 13:12:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.60.0](https://github.com/frappe/erpnext/compare/v15.59.0...v15.60.0) (2025-04-29) ### Bug Fixes * add transaction_date in field_no_map when creating PO from SQ (backport [#47257](https://github.com/frappe/erpnext/issues/47257)) ([#47313](https://github.com/frappe/erpnext/issues/47313)) ([afb67f1](https://github.com/frappe/erpnext/commit/afb67f1f0cba831df327f8644cc8f141fd83439e)) * allow selling asset at zero rate (backport [#47326](https://github.com/frappe/erpnext/issues/47326)) ([#47332](https://github.com/frappe/erpnext/issues/47332)) ([171b687](https://github.com/frappe/erpnext/commit/171b6876112fd5ffd19d20999f1a92d5adf6fb61)) * allow to change valuation method from FIFO to Moving Average ([b2294ed](https://github.com/frappe/erpnext/commit/b2294ed6e3380f9f43530f7fb11674cc20a45793)) * allow to make quality inspection after Purchase / Delivery ([e0cea49](https://github.com/frappe/erpnext/commit/e0cea492361e9abd57a649ffe22188914ae66aa5)) * cancel pos closing entry failure for return pos invoices (backport [#47248](https://github.com/frappe/erpnext/issues/47248)) ([#47249](https://github.com/frappe/erpnext/issues/47249)) ([10d843e](https://github.com/frappe/erpnext/commit/10d843e49061e21ae9460c981fe5938545be1b5c)) * commas in rfq portal js ([954fec1](https://github.com/frappe/erpnext/commit/954fec16f4a4fff59a064c7ccf2f5d6dfcb9e475)) * compare total debit/credit with precision for Inter Company Journal Entry ([0927155](https://github.com/frappe/erpnext/commit/0927155171f7075e096443faace4f7f86756753f)) * consolidating pos invoices on the basis of accounting dimensions (backport [#46961](https://github.com/frappe/erpnext/issues/46961)) ([#47265](https://github.com/frappe/erpnext/issues/47265)) ([f8da159](https://github.com/frappe/erpnext/commit/f8da1599bbb4ade1f628f64c9617d058e58f0205)) * correct query for dispatch_address; remove unnecessary code; increase reusability; ([ac3b2ba](https://github.com/frappe/erpnext/commit/ac3b2ba0032eb40e61bb7cdc3eee398bb6563874)) * do not check for permission if values are not changed in employee doctype ([#47238](https://github.com/frappe/erpnext/issues/47238)) ([0caba9f](https://github.com/frappe/erpnext/commit/0caba9f70dbefc7aa2114dcd69959a6cf1ea7cb5)) * enable use serial / batch fields on batch selection ([925cc40](https://github.com/frappe/erpnext/commit/925cc40eface504ff2885343d2376de13c3af05a)) * enhance dispatch address query logic and add supplier address query ([290f0b9](https://github.com/frappe/erpnext/commit/290f0b94e56cbe92c684fa50b19f69fdef2a8f95)) * fix sub assembly qty calculation in production plan when bom level >= 1 (backport [#47296](https://github.com/frappe/erpnext/issues/47296)) ([#47315](https://github.com/frappe/erpnext/issues/47315)) ([d15b7ca](https://github.com/frappe/erpnext/commit/d15b7ca9af106989866e9b6fac800cc1ed6e71fd)) * make asset quantity and amount editable (backport [#47226](https://github.com/frappe/erpnext/issues/47226)) ([#47227](https://github.com/frappe/erpnext/issues/47227)) ([c140fd0](https://github.com/frappe/erpnext/commit/c140fd0f12bafd857f17d00972031667b5be2aec)) * map dispatch address correctly for inter company transactions ([d8c0e71](https://github.com/frappe/erpnext/commit/d8c0e7156e4664d9f7a871e8c1eebda227626ea3)) * missing else statement ([8a30a31](https://github.com/frappe/erpnext/commit/8a30a313023458771b094c824ac704bf378a80f9)) * **payment request:** get advance amount based on transaction currency ([c2235e2](https://github.com/frappe/erpnext/commit/c2235e2d17d207dc448a3c72450263725b611ada)) * **PE:** Set account types in get_payment_entry (backport [#47246](https://github.com/frappe/erpnext/issues/47246)) ([#47266](https://github.com/frappe/erpnext/issues/47266)) ([3e733f6](https://github.com/frappe/erpnext/commit/3e733f6ba1029b4b693d4a3bbfd3ca07d65c8128)) * prevent cancellation of last asset movement (backport [#47291](https://github.com/frappe/erpnext/issues/47291)) ([#47312](https://github.com/frappe/erpnext/issues/47312)) ([2edd12b](https://github.com/frappe/erpnext/commit/2edd12b26d8d226e32d6ac9c3ae14ff61d90e3f5)) * price currency in supplier quotation comparison ([6b1b30a](https://github.com/frappe/erpnext/commit/6b1b30a4a613341ac3724230ac1712d826f347ed)) * prohibit consolidated sales invoice return (backport [#47251](https://github.com/frappe/erpnext/issues/47251)) ([#47252](https://github.com/frappe/erpnext/issues/47252)) ([4bcea55](https://github.com/frappe/erpnext/commit/4bcea5556337e9dc5ccaa4d8fc55bb7e54fe1d81)) * QI reference not set if 'Action If Quality Inspection Is Not Sub… (backport [#47294](https://github.com/frappe/erpnext/issues/47294)) ([#47295](https://github.com/frappe/erpnext/issues/47295)) ([b0399fe](https://github.com/frappe/erpnext/commit/b0399fe9488101b4787a4508e96b6269ff28933e)) * Re-insert missing "Serial No Warranty Expiry" Report ([727c32d](https://github.com/frappe/erpnext/commit/727c32d7898d2d5a48780d474d6a6ecaaa456221)) * remove invalid email account creation (backport [#47318](https://github.com/frappe/erpnext/issues/47318)) ([#47323](https://github.com/frappe/erpnext/issues/47323)) ([fc8a8b5](https://github.com/frappe/erpnext/commit/fc8a8b5433a5448ce1a03e211e935d63a3e03cbd)) * remove use of cur_frm ([5c300b8](https://github.com/frappe/erpnext/commit/5c300b893b49131f2d3fda27823619925fddea78)) * **Rename Tool:** allow more than 500 rows (backport [#47117](https://github.com/frappe/erpnext/issues/47117)) ([#47225](https://github.com/frappe/erpnext/issues/47225)) ([c0ae133](https://github.com/frappe/erpnext/commit/c0ae1336f43cbaed5a1a226279a70252ae6500a7)) * require email OR phone in shipment doctype not both (backport [#47300](https://github.com/frappe/erpnext/issues/47300)) ([#47330](https://github.com/frappe/erpnext/issues/47330)) ([0056fb1](https://github.com/frappe/erpnext/commit/0056fb1d0fbbf17ab3d475181e1c63aa853e0418)) * set billing hours to hours ([0763a8d](https://github.com/frappe/erpnext/commit/0763a8d42d7924b7c34efa4728513cec30024ae1)) * set billing hours to hours in timesheet (backport [#47289](https://github.com/frappe/erpnext/issues/47289)) ([#47290](https://github.com/frappe/erpnext/issues/47290)) ([74bdc82](https://github.com/frappe/erpnext/commit/74bdc82bfaab3d0aba04d14837e6c13a47d60d47)) * update additional cost and total asset cost after asset repair (backport [#47233](https://github.com/frappe/erpnext/issues/47233)) ([#47235](https://github.com/frappe/erpnext/issues/47235)) ([4a29a54](https://github.com/frappe/erpnext/commit/4a29a54804df8355c2ec277bb61cb6bf000923e3)) * update billing hours when hours is changed ([a9df1f5](https://github.com/frappe/erpnext/commit/a9df1f5f6bac60c04067255c83e0bdfff2f5a262)) * update quantity validation using asset quantity field instead of… (backport [#46731](https://github.com/frappe/erpnext/issues/46731)) ([#47284](https://github.com/frappe/erpnext/issues/47284)) ([2e6112f](https://github.com/frappe/erpnext/commit/2e6112f21b359abace6a5bbc1d43001d967fd919)) * validate if from and to time are present on submission of job card ([#47325](https://github.com/frappe/erpnext/issues/47325)) ([d640c79](https://github.com/frappe/erpnext/commit/d640c79c1c4fafd00fe47bbd85b937ebe575c840)) * validation if no stock ledger entries against stock reco (backport [#47292](https://github.com/frappe/erpnext/issues/47292)) ([#47293](https://github.com/frappe/erpnext/issues/47293)) ([91bcefe](https://github.com/frappe/erpnext/commit/91bcefef8ceb43a993989d613e6f6cf7cbba63c9)) ### Features * add dispatch address fields to purchase doctypes ([5f101e7](https://github.com/frappe/erpnext/commit/5f101e763565f4146a44103ba94f56f670d69111)) * add dispatch address support in party details and controllers ([1fe1563](https://github.com/frappe/erpnext/commit/1fe1563daba678875c95ca26e193d94bd1c2039a)) * add display dispatch address when dispatch address is selected ([93ea2f9](https://github.com/frappe/erpnext/commit/93ea2f93b686a5501f112e8b2fa5832982ff58f2)) * change sabb qty automatically incase of internal transfer PR if sabb only has 1 batch ([#47256](https://github.com/frappe/erpnext/issues/47256)) ([9495a2a](https://github.com/frappe/erpnext/commit/9495a2ac9df2b531e7dc70c3b35b438abb2ae72b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3ff3963662b..6f75f031755 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.59.0" +__version__ = "15.60.0" def get_default_company(user=None):