From aab856ceb167896ad686ac8ab88600bacd5b33c5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Jan 2023 02:54:39 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.12.0 # [14.12.0](https://github.com/frappe/erpnext/compare/v14.11.1...v14.12.0) (2023-01-04) ### Bug Fixes * [concurrency issue] incorrect picked qty in sales order ([e7254fd](https://github.com/frappe/erpnext/commit/e7254fd161c42dee123e4f998340b55c35c4ecb6)) * `fg_item_qty` in non-subcontracted PO ([6e15331](https://github.com/frappe/erpnext/commit/6e15331fd4c906223f9d4605a12373aef4a5f061)) * `shipping_address` for non-drop shipping item ([a7a3654](https://github.com/frappe/erpnext/commit/a7a3654541b75854bdc69a822845e23e4088dee5)) * `shipping_address` in PO ([448fbe5](https://github.com/frappe/erpnext/commit/448fbe55826c06fd85fc95c84b2c678ca19fb61f)) * add missing 'ordered_qty' to get_bin_details ([55e8e45](https://github.com/frappe/erpnext/commit/55e8e45d52970cefb5d7ce63d6cbbc16b73d46c8)) * consider child nodes while getting bin details ([e296408](https://github.com/frappe/erpnext/commit/e2964088b76bbd6dbbd6c016d4dad4850d33b322)) * Conversion factor error for invoices without item code (petty expenses) ([#32714](https://github.com/frappe/erpnext/issues/32714)) ([ba5a149](https://github.com/frappe/erpnext/commit/ba5a149a6b75280ba0984a1435dc92a7af327c39)) * Customer Primary Contact (backport [#33424](https://github.com/frappe/erpnext/issues/33424)) ([#33440](https://github.com/frappe/erpnext/issues/33440)) ([73c9820](https://github.com/frappe/erpnext/commit/73c9820e825e30cb88495c6735339882699a18f7)) * Default dimensions on fetching items from BOM (backport [#33439](https://github.com/frappe/erpnext/issues/33439)) ([#33459](https://github.com/frappe/erpnext/issues/33459)) ([a332b22](https://github.com/frappe/erpnext/commit/a332b229cfb09a2f83d96f1cdb74cc862516b0f4)) * Deferred revenue date comparison ([#33515](https://github.com/frappe/erpnext/issues/33515)) ([027510b](https://github.com/frappe/erpnext/commit/027510b629f612887c20479e7b04fde4ddd83d97)) * ERR journals reported in AR/AP ([823b352](https://github.com/frappe/erpnext/commit/823b352c57af2e2e698c5b2debe615b4605ff651)) * Get payment entry button not visible in Bank Clearance doc (backport [#33518](https://github.com/frappe/erpnext/issues/33518)) ([#33525](https://github.com/frappe/erpnext/issues/33525)) ([fcf052d](https://github.com/frappe/erpnext/commit/fcf052d3c48c64ee46a0a9f8d7391186b15db0d0)) * Missing opening entry in general ledger (backport [#33519](https://github.com/frappe/erpnext/issues/33519)) ([#33526](https://github.com/frappe/erpnext/issues/33526)) ([8e375db](https://github.com/frappe/erpnext/commit/8e375db0b248952e3292069c17bd639c2b0a893c)) * Multi-currency issues in Bank Reconciliation Tool ([#33488](https://github.com/frappe/erpnext/issues/33488)) ([d030852](https://github.com/frappe/erpnext/commit/d03085259d1f8e7f21256451be076ccd9134718f)) * Multiple rows for same warehouse and batches in pick list (backport [#33456](https://github.com/frappe/erpnext/issues/33456)) ([#33458](https://github.com/frappe/erpnext/issues/33458)) ([a166a76](https://github.com/frappe/erpnext/commit/a166a7676847cc8fe34bb879bfcbf59adeb85e47)) * payment terms and sales partner filter issue in AR/AP report ([0f6790b](https://github.com/frappe/erpnext/commit/0f6790be11d9c191cc8640d4ab5827cd86072173)) * **pricing rule:** consider child tables in condition (backport [#33469](https://github.com/frappe/erpnext/issues/33469)) ([#33470](https://github.com/frappe/erpnext/issues/33470)) ([3bceb47](https://github.com/frappe/erpnext/commit/3bceb475427ed13fc2cf57ebe8c6adfc8820fa57)) * Random behaviour while picking items using picklist (backport [#33449](https://github.com/frappe/erpnext/issues/33449)) ([#33450](https://github.com/frappe/erpnext/issues/33450)) ([1edde9c](https://github.com/frappe/erpnext/commit/1edde9c9e05868166b0ba929b373f4968238442d)) * set `supplier` details while mapping SE(Send to Subcontractor) ([06e13b6](https://github.com/frappe/erpnext/commit/06e13b64a429af702c79e0e5a4d7cf0e2668a18c)) * timeout error while submitting stock entry ([f30f77c](https://github.com/frappe/erpnext/commit/f30f77cde693d3df259257b0c9ad8ee836d82310)) * typerror on multi warehouse in Packed Items ([9b24940](https://github.com/frappe/erpnext/commit/9b24940059c5a762cdc60af638d479f2bec346d5)) * use base_net_amount in case of missing stock qty ([#33457](https://github.com/frappe/erpnext/issues/33457)) ([88ca780](https://github.com/frappe/erpnext/commit/88ca7806af440d7ba09382cd5c197c18b0af603a)) ### Features * Accounting Dimension updation in Payment Request and Entry ([#33411](https://github.com/frappe/erpnext/issues/33411)) ([e7704b2](https://github.com/frappe/erpnext/commit/e7704b2321c6c4fdaf4850ba9b37554daf092304)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f85a404de53..4aa7b4fd90d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.11.1" +__version__ = "14.12.0" def get_default_company(user=None):