From 4eaaffe5507952d9128cf685525eec91a2d6cdb8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 Jan 2025 11:30:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.81.0 # [14.81.0](https://github.com/frappe/erpnext/compare/v14.80.0...v14.81.0) (2025-01-29) ### Bug Fixes * add condition to check if item is delivered by supplier in make_purchase_order_for_default_supplier() ([#45370](https://github.com/frappe/erpnext/issues/45370)) ([69464ab](https://github.com/frappe/erpnext/commit/69464ab7ff90c127d3322e3ee7c7dfdd84689e4b)) * add multiple item issue in stock entry (backport [#45544](https://github.com/frappe/erpnext/issues/45544)) ([#45579](https://github.com/frappe/erpnext/issues/45579)) ([1160df9](https://github.com/frappe/erpnext/commit/1160df93501a33312ddf94f36018e78d55039cb7)) * currency decimal on POS Past Order List (backport [#45524](https://github.com/frappe/erpnext/issues/45524)) ([#45526](https://github.com/frappe/erpnext/issues/45526)) ([4d2352a](https://github.com/frappe/erpnext/commit/4d2352af00ddfd3d57eaf217fd1b14f786c3aba7)) * fix creating documents from sales invoice (backport [#45346](https://github.com/frappe/erpnext/issues/45346)) ([#45407](https://github.com/frappe/erpnext/issues/45407)) ([452b205](https://github.com/frappe/erpnext/commit/452b20502124f5f5a467941dd95a3b906477eae0)) * get stock balance filtered by company for validating stock value in jv (backport [#45549](https://github.com/frappe/erpnext/issues/45549)) ([#45577](https://github.com/frappe/erpnext/issues/45577)) ([e682d2c](https://github.com/frappe/erpnext/commit/e682d2c9ae0b532abdaf55091f52e74b5dde51ed)) * heatmap for Customer and Supplier not rendering ([#44717](https://github.com/frappe/erpnext/issues/44717)) ([ecdff8f](https://github.com/frappe/erpnext/commit/ecdff8f320f3f1779d2e87e1e71f13e80cffad8f)) * Merge Conflicts ([35f801f](https://github.com/frappe/erpnext/commit/35f801feda2e082a5a8fb741e99c85073ced4b52)) * remove applied pricing rule ([c484563](https://github.com/frappe/erpnext/commit/c484563beacccbd05b50bf02d22e6d30fcf98ed7)) * resolved pos return setting to default mode of payment instead of user selection ([#45377](https://github.com/frappe/erpnext/issues/45377)) ([#45436](https://github.com/frappe/erpnext/issues/45436)) ([24dc1bf](https://github.com/frappe/erpnext/commit/24dc1bf1a330aab5d60374f93037ab93d95f01c6)) * secure bulk transaction (backport [#45386](https://github.com/frappe/erpnext/issues/45386)) ([#45425](https://github.com/frappe/erpnext/issues/45425)) ([c6bc928](https://github.com/frappe/erpnext/commit/c6bc928f50e71eb43c708c92b6b10b06b548ca31)) * set company related values ([03068ab](https://github.com/frappe/erpnext/commit/03068ab96c94dae49d592af65ff08afaaa22af3c)) * set preferred email in Employee via backend controller (backport [#45320](https://github.com/frappe/erpnext/issues/45320)) ([#45378](https://github.com/frappe/erpnext/issues/45378)) ([1622fc8](https://github.com/frappe/erpnext/commit/1622fc8728d0b854013db610cfdd0a09745b5a63)) * update fields on change of item code In `Update Items` of `Sales Order` ([#45125](https://github.com/frappe/erpnext/issues/45125)) ([8befe7f](https://github.com/frappe/erpnext/commit/8befe7f244141301d2f33b1255366354414657b5)) * update voucher outstanding from payment ledger ([a015527](https://github.com/frappe/erpnext/commit/a0155279e0674de130d188febfc05c608712f314)) * use user defined discount amount or default ([914f4bf](https://github.com/frappe/erpnext/commit/914f4bffea3446df6753f040c8fffd356406b6bb)) * Wrong `bank_ac_no` filter + simplify convoluted logic ([b6b453c](https://github.com/frappe/erpnext/commit/b6b453ca5de524f313ea1bd2a45908259e68287b)) ### Features * add company level validation for accounting dimension ([cca5fbd](https://github.com/frappe/erpnext/commit/cca5fbd81a77c6594ecb1b9cf6ef3a84b7580ee5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0a687a7401c..09d912a385d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.80.0" +__version__ = "14.81.0" def get_default_company(user=None):