From 3efa5215a0c397b1274a4728e423dc325c0c36c5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Jan 2023 15:44:05 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.43.0 # [13.43.0](https://github.com/frappe/erpnext/compare/v13.42.7...v13.43.0) (2023-01-04) ### Bug Fixes * `shipping_address` for non-drop shipping item ([19feebb](https://github.com/frappe/erpnext/commit/19feebbcb6a30a57de79a74fd2189b7d4dce828e)) * `shipping_address` in PO ([1068d0e](https://github.com/frappe/erpnext/commit/1068d0ec63f7e240b08d52426dac3216826fdbcc)) * add missing 'ordered_qty' to get_bin_details ([66ba098](https://github.com/frappe/erpnext/commit/66ba098462517de67dc1b0d8aab7aac7a7781e1b)) * conflicts ([8521e12](https://github.com/frappe/erpnext/commit/8521e12753aeb7a423a5bb0ba89ab365255ff7fb)) * conflicts ([1c7c591](https://github.com/frappe/erpnext/commit/1c7c591ee253ed403b747843c69c201aab3a13f9)) * conflicts ([c18a451](https://github.com/frappe/erpnext/commit/c18a451362ab909bef35fc6b3d4a49cb927bf64e)) * consider child nodes while getting bin details ([c9bf062](https://github.com/frappe/erpnext/commit/c9bf062f633ddc723d43753cae4064c765683037)) * Conversion factor error for invoices without item code (petty expenses) ([#32714](https://github.com/frappe/erpnext/issues/32714)) ([acf8b46](https://github.com/frappe/erpnext/commit/acf8b464f30154ff804b9004e124de6bf362d9b7)) * debit note not pulled on reconciliation tool ([cf133b2](https://github.com/frappe/erpnext/commit/cf133b2f1ce0a66164144071bd9cb300648ddf8f)) * Deferred revenue date comparison (backport [#33515](https://github.com/frappe/erpnext/issues/33515)) ([#33517](https://github.com/frappe/erpnext/issues/33517)) ([ea99ac9](https://github.com/frappe/erpnext/commit/ea99ac9c296aa92f018c72a73761fdfcc3173fe1)) * **ecommerce:** remove query parameters from referrer (backport [#33269](https://github.com/frappe/erpnext/issues/33269)) ([#33513](https://github.com/frappe/erpnext/issues/33513)) ([6516e80](https://github.com/frappe/erpnext/commit/6516e8042b97ef92f2632f8fa722080dc8df4668)) * ERR journals reported in AR/AP ([c850635](https://github.com/frappe/erpnext/commit/c8506355513ac55fc582603b8ffd7a7e4fa2144b)) * linter ([f0475e9](https://github.com/frappe/erpnext/commit/f0475e9cc503e8622363b9cecdbeed8d9398b0b6)) * Missing opening entry in general ledger (backport [#33519](https://github.com/frappe/erpnext/issues/33519)) ([#33527](https://github.com/frappe/erpnext/issues/33527)) ([865f233](https://github.com/frappe/erpnext/commit/865f233add436141cf4d12354f4dd79335ca48aa)) * Multi-currency issues in Bank Reconciliation Tool (backport [#33488](https://github.com/frappe/erpnext/issues/33488)) ([#33493](https://github.com/frappe/erpnext/issues/33493)) ([4ba2f1e](https://github.com/frappe/erpnext/commit/4ba2f1ec96a5fc370039bead72f036919e37c6c0)) * No permission to read doctype ([8e1c0cd](https://github.com/frappe/erpnext/commit/8e1c0cd234ac1d74fa452c84bb13b27da91ec475)) * patch ([7b813d6](https://github.com/frappe/erpnext/commit/7b813d6045a7e28b1fbc008c3e3063ab74aa617d)) * provision to set tax_deducted_till_date after document is subnmmited ([64454e0](https://github.com/frappe/erpnext/commit/64454e0d4e68cc9208ebe1daff2cad3a5d6055bf)) * reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471](https://github.com/frappe/erpnext/issues/33471)) ([5ec11ba](https://github.com/frappe/erpnext/commit/5ec11bad4fecc0bd3a16b53952608ce34e76ed00)) * Tax withheld vouchers naming rule ([#33467](https://github.com/frappe/erpnext/issues/33467)) ([334219e](https://github.com/frappe/erpnext/commit/334219e36a58865ca2faed5b7ad9a267243b9366)) * **test:** holiday list dates in attendance test setup ([8df1151](https://github.com/frappe/erpnext/commit/8df11516be28d011159438e977d5cce448988a4a)) * **test:** monthly attendance sheet ([e5a187e](https://github.com/frappe/erpnext/commit/e5a187e08c48775ca95d6b21bb5ee05db281b60b)) * typerror on multi warehouse in Packed Items ([6a394c5](https://github.com/frappe/erpnext/commit/6a394c5be70a6d5b02f50571206b82c90599f9a9)) * use base_net_amount in case of missing stock qty ([#33457](https://github.com/frappe/erpnext/issues/33457)) ([6e363a6](https://github.com/frappe/erpnext/commit/6e363a62db3bdd0340aef4a22f131a7e4816d1e0)) * use get_all instead of get_value as get_value api dont supports between condition ([bc04e05](https://github.com/frappe/erpnext/commit/bc04e05b4658a0c70b46e96720aa341c3b985ff5)) ### Features * explicit time period for mark attendance ([d2f86ea](https://github.com/frappe/erpnext/commit/d2f86ead747680906db6648afb1cebc610879d53)) * provision to setup opening balances for earnings and deductions while creating SSA ([c3b9059](https://github.com/frappe/erpnext/commit/c3b9059c1b8a5a829c0391dd1a97db33cf9adc3d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f102a71850f..76c78c6abc3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.42.7" +__version__ = "13.43.0" def get_default_company(user=None):