chore(release): Bumped to Version 13.28.0
# [13.28.0](https://github.com/frappe/erpnext/compare/v13.27.1...v13.28.0) (2022-05-03) ### Bug Fixes * Consistent accounting dimensions across Sales and Purchase docs ([5df5058](5df50588cf
)) * convert default_item_manufacturer to link field ([#30835](https://github.com/frappe/erpnext/issues/30835)) ([#30866](https://github.com/frappe/erpnext/issues/30866)) ([37fad7e](37fad7e04c
)) * Cost center filter on payment reconciliation ([22e7f03](22e7f03a03
)) * filters not working in Shift Assignment Calendar view ([#30822](https://github.com/frappe/erpnext/issues/30822)) ([3cdbb65](3cdbb65b5a
)) * Ignore custom field validation while setup ([ee54bf7](ee54bf7fe2
)) * **india:** e-invoice generation for registered composition gst category type ([#30814](https://github.com/frappe/erpnext/issues/30814)) ([#30877](https://github.com/frappe/erpnext/issues/30877)) ([246869d](246869dd28
)) * Multi currency opening invoices ([2e62d51](2e62d518e8
)) * payment days calculation for employees joining/leaving mid-month ([#30863](https://github.com/frappe/erpnext/issues/30863)) ([#30883](https://github.com/frappe/erpnext/issues/30883)) ([a1b0813](a1b0813966
)) * Period Closing Voucher is considering GL entries with is_cancelled=1 ([#30865](https://github.com/frappe/erpnext/issues/30865)) ([5a5b49b](5a5b49b61a
)) * **pos:** number pad translations ([b01f855](b01f8555e5
)) * **pos:** search field doesn't reset on checkout ([edbf551](edbf5513da
)) * Supply type for overseas invoices with payment of tax ([fdcc591](fdcc591a5e
)) * supply type for sez invoices with payment of tax ([cf08710](cf087103cb
)) * Use `account_type == 'Stock'` to filter stock accounts ([93482f3](93482f3302
)) * **UX:** misleading stock entry lables ([#30870](https://github.com/frappe/erpnext/issues/30870)) ([#30871](https://github.com/frappe/erpnext/issues/30871)) ([57b03f0](57b03f0bf2
)) * **UX:** record reason for skipping attendance or marking absent for auto attendance ([#30846](https://github.com/frappe/erpnext/issues/30846)) ([f7bf4a3](f7bf4a3e62
)) * Vat Audit report fixes ([d5319a4](d5319a4826
)) ### Features * Copy task color from project template (backport [#30857](https://github.com/frappe/erpnext/issues/30857)) ([#30859](https://github.com/frappe/erpnext/issues/30859)) ([7ee18e8](7ee18e86a2
)) * support product bundles in picklist (backport [#30762](https://github.com/frappe/erpnext/issues/30762)) ([#30826](https://github.com/frappe/erpnext/issues/30826)) ([645ee2d](645ee2d822
)) (cherry picked from commit 8cc2ea0ddbefb6722247a39a6568d65d4cf4cf5c) # Conflicts: # erpnext/__init__.py
This commit is contained in:
parent
e66aab77cb
commit
b3964ee35b
@ -7,8 +7,12 @@ __version__ = "14.0.0-dev"
|
||||
=======
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
<<<<<<< HEAD
|
||||
__version__ = "13.27.1"
|
||||
>>>>>>> 096dcf0e54 (chore(release): Bumped to Version 13.27.1)
|
||||
=======
|
||||
__version__ = "13.28.0"
|
||||
>>>>>>> 8cc2ea0ddb (chore(release): Bumped to Version 13.28.0)
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
Loading…
Reference in New Issue
Block a user