mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
chore(release): Bumped to Version 15.38.1
## [15.38.1](https://github.com/frappe/erpnext/compare/v15.38.0...v15.38.1) (2024-10-09) ### Bug Fixes * 'NoneType' object has no attribute 'has_serial_no' (backport [#43514](https://github.com/frappe/erpnext/issues/43514)) ([#43574](https://github.com/frappe/erpnext/issues/43574)) ([60508a9](60508a9706)) * [#42014](https://github.com/frappe/erpnext/issues/42014) --resolve conflicts ([85d7405](85d74050e1)) * Accepted and Rejected warehouse cannot be same (backport [#43568](https://github.com/frappe/erpnext/issues/43568)) ([#43573](https://github.com/frappe/erpnext/issues/43573)) ([83ce3dd](83ce3dd915)) * add include closed orders option in so/po trends report v15 ([5660e8b](5660e8b26d)) * add parenttype condition for item table in Purchase Register Report ([8ce81a0](8ce81a058a)) * Add removed test code `b41f10c1b9` ([30fd11f](30fd11f138)) * allow to change the batch in the subcontracting receipt (backport [#43584](https://github.com/frappe/erpnext/issues/43584)) ([#43588](https://github.com/frappe/erpnext/issues/43588)) ([9e109ac](9e109acec7)) * create Account Closing Balance even though there are no transaction in period ([d6f70f5](d6f70f533a)) * creation of contact, customer, opportunity, quotation and prospect from lead ([ef10c4e](ef10c4ea4f)) * creation of contact, customer, opportunity, quotation and prospect from lead --prettier ([5a2a404](5a2a404a50)) * deduct advances adjusted for threshold check for tcs ([6decb7c](6decb7cc34)) * do not include advances for tds vouchers ([ee8485a](ee8485a54a)) * frappe dependency update ([0a70b3f](0a70b3ffcc)) * include parent item group in query ([55464c7](55464c79c4)) * make LCV button not working for PI and PR (backport [#43592](https://github.com/frappe/erpnext/issues/43592)) ([#43593](https://github.com/frappe/erpnext/issues/43593)) ([120b481](120b481c4a)) * multiple issues in Payment Request ([#42427](https://github.com/frappe/erpnext/issues/42427)) ([ea69ba7](ea69ba7cd8)) * production plan bom error (backport [#43591](https://github.com/frappe/erpnext/issues/43591)) ([#43594](https://github.com/frappe/erpnext/issues/43594)) ([029021f](029021f035)) * read only filters in multidialog fields (backport [#43503](https://github.com/frappe/erpnext/issues/43503)) ([#43513](https://github.com/frappe/erpnext/issues/43513)) ([d69a974](d69a974a4d)) * Remove `advance_payment_status` uses ([907e3af](907e3af1b0)) * Remove unreference method ([770bc1c](770bc1c293)) * Remove unused field ([e785928](e785928c0f)) * Remove unused function `get_paid_amount_against_order` ([7591662](75916629c8)) * Separate `on_submit` and `before_submit` of PR ([dbd7b83](dbd7b83204)) * the purchase receipt trends and delivery note trends report (backport [#43585](https://github.com/frappe/erpnext/issues/43585)) ([#43587](https://github.com/frappe/erpnext/issues/43587)) ([355ba2f](355ba2f632)) * Unknown column 'serial_no' in 'field list' (backport [#43515](https://github.com/frappe/erpnext/issues/43515)) ([#43569](https://github.com/frappe/erpnext/issues/43569)) ([fc9a3c0](fc9a3c0c92)) * Update Values before `after_mapping` hook is called ([#42682](https://github.com/frappe/erpnext/issues/42682)) ([6770610](6770610c6d)) * validation for corrective job card (backport [#43555](https://github.com/frappe/erpnext/issues/43555)) ([#43558](https://github.com/frappe/erpnext/issues/43558)) ([cf0fa0d](cf0fa0db7b))
This commit is contained in:
@@ -4,7 +4,7 @@ import inspect
|
||||
import frappe
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "15.38.0"
|
||||
__version__ = "15.38.1"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user