mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-24 13:42:10 +01:00
chore(release): Bumped to Version 14.1.1
## [14.1.1](https://github.com/frappe/erpnext/compare/v14.1.0...v14.1.1) (2022-09-13) ### Bug Fixes * AD not getting copied from SCO while creating a Material Transfer ([#32109](https://github.com/frappe/erpnext/issues/32109)) ([09d8fa4](09d8fa4b5d)), closes [#32106](https://github.com/frappe/erpnext/issues/32106) * add missing warehouse filter in BOM Stock Calculated report ([4e09203](4e09203ddc)) * conflict ([a408722](a408722983)) * consider Stock Entry purpose while getting total supplied qty ([5af0062](5af006278e)) * customer code max characters limit issue ([#32177](https://github.com/frappe/erpnext/issues/32177)) ([93e5100](93e510023a)) * delete linked payment ledger entries no source doc deletion ([ccd0449](ccd0449006)) * drop old notes column from lead and prospect ([ded6e7f](ded6e7f544)) * **Employee:** shorter tab titles (backport [#32192](https://github.com/frappe/erpnext/issues/32192)) ([#32193](https://github.com/frappe/erpnext/issues/32193)) ([027e66f](027e66f637)) * hide "Return of Components" button in closed SCO (backport [#32130](https://github.com/frappe/erpnext/issues/32130)) ([#32131](https://github.com/frappe/erpnext/issues/32131)) ([7840fed](7840fed7a5)) * import error on bank statement import ([467ee97](467ee97938)) * internal transfer flow ([4bac0da](4bac0daf9b)) * inventory dimension filter's label not showing in the reort ([2d2eef6](2d2eef6b29)) * item wise sales register taxes and charges ([53f235b](53f235b630)) * Migrate old lead notes as per the new format ([28b1d4e](28b1d4e2a3)) * option to start reposting from repost item valuation ([6483195](64831952d5)) * pick_list - picked qty getting set to 1 ([3c3ab89](3c3ab897d5)) * promotional scheme min and max amount configuration ([702c16e](702c16eac4)) * QR Code multi currency issue ([d14a9a1](d14a9a1e89)) * Rate for internal PI have non stock UOM items ([c06e241](c06e241fbc)) * remove EmployeeBoardingController (backport [#32139](https://github.com/frappe/erpnext/issues/32139)) ([#32191](https://github.com/frappe/erpnext/issues/32191)) ([944b8a0](944b8a0ed7)) * remove multiple call to ple creation ([a2285d5](a2285d5e5e)) * reposting not working for internal transferred purchase receipt ([7ce6729](7ce6729100)) * require barcode item barcode ([#32111](https://github.com/frappe/erpnext/issues/32111)) ([404668f](404668fcc9)), closes [#31957](https://github.com/frappe/erpnext/issues/31957) * required_qty in BOM Stock Calculated report ([af883be](af883be065)) * SCO Supplied Items returned-qty ([4568648](4568648d8c)) * Set filter condition and spell in AR ([174c750](174c7503c9)) * status filter for Subcontracting Order in Stock Entry ([844f120](844f120a56)) * Subcontracting Receipt GL Entries (backport [#31918](https://github.com/frappe/erpnext/issues/31918)) ([#32124](https://github.com/frappe/erpnext/issues/32124)) ([f2ab220](f2ab220ce3)) * **UX:** make Item attachments public by default (backport [#32196](https://github.com/frappe/erpnext/issues/32196)) ([#32197](https://github.com/frappe/erpnext/issues/32197)) ([2c4867c](2c4867cc98)) * validate Subcontracting Order in Stock Entry ([d3cc9d4](d3cc9d4fa6)) ### Performance Improvements * lesser SQL queries and no validation ([7bb5f6e](7bb5f6eb23))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.1.0"
|
||||
__version__ = "14.1.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user