chore(release): Bumped to Version 13.39.2
## [13.39.2](https://github.com/frappe/erpnext/compare/v13.39.1...v13.39.2) (2022-09-28) ### Bug Fixes * `For Quantity` error msg in `Stock Entry` ([a194d28](a194d28b69)) * Add return against indexes for POS Invoice ([9e8e7aa](9e8e7aab70)) * Add return against indexes for POS Invoice ([6c528d4](6c528d469d)) * allow to return expired batches using purchase return ([02468a9](02468a902f)) * consider overproduction percentage for WO finish button ([ed4ac10](ed4ac100ba)) * difference amount calculation on payment reconciliation ([d68cdb4](d68cdb4f5e)) * don't count half day in absent days in Monthly Attendance Sheet summarized view ([#32399](https://github.com/frappe/erpnext/issues/32399)) ([255aa7a](255aa7a84a)) * **e-invoicing:** local variable 'res' referenced before assignment ([#32352](https://github.com/frappe/erpnext/issues/32352)) ([8f961ab](8f961abe8b)) * get amount in words for debit note ([0cd1cac](0cd1cacc29)) * GST Itemised Sales Register GSTIN filter ([#32367](https://github.com/frappe/erpnext/issues/32367)) ([988c5b9](988c5b95e6)) * item_code key error in production plan ([638d5e9](638d5e9dc3)) * Move subscription process to hourly long quque ([447c553](447c553954)) * opening entry causing discepancy between stock and trial balance ([70c68f0](70c68f011a)) * POS only validate QTY if is_stock_item ([ac8100f](ac8100f1e5)) * POS properly validate stock for bundle products ([96fa14b](96fa14be88)) * Reduce font size for Process Statement of accounts print/pdf ([1cfeb93](1cfeb9371c)) * remove no_copy for ignore_pricing_rule ([8abfdb6](8abfdb6598)) * total value in all keys ([80d046a](80d046a38c))
This commit is contained in:
@@ -4,7 +4,7 @@ import frappe
|
||||
|
||||
from erpnext.hooks import regional_overrides
|
||||
|
||||
__version__ = "13.39.1"
|
||||
__version__ = "13.39.2"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user