brotherton-erpnext/erpnext/patches/v5_4
Aditya Hase 6ccb6562f1 Python 3 compatibility syntax error fixes (#10519)
* Use Python 3 style print function

* Use 'Exception as e' instead of 'Exception, e'

* Unpack tuple arguments explicitly in instead of relying on auto unpacking

* Use consistent indentation

* Use 0 if stock_frozen_upto_days is None
2017-08-28 18:17:36 +05:30
..
__init__.py - Fixed logic of reserved qty calculation while delivered product bundle via Sales Invoice 2015-07-29 15:59:57 +05:30
cleanup_journal_entry.py [hotfix] [patch] cleanup journal entry 2015-08-14 12:17:34 +05:30
fix_invoice_outstanding.py Update fix_invoice_outstanding.py 2015-08-04 10:48:05 +05:30
fix_missing_item_images.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
fix_reserved_qty_and_sle_for_packed_items.py utilities/repost_stock file renamed to stock/stock_balance 2015-08-25 14:11:13 +05:30
notify_system_managers_regarding_wrong_tax_calculation.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
set_root_and_report_type.py Propogate root type and report type into children based on parent 2015-08-03 11:17:07 +05:30
stock_entry_additional_costs.py [fix] Stock Entry additional costs patch fix for v4 accounts 2015-08-24 16:55:10 +05:30
update_purchase_cost_against_project.py Renamed project_name to project 2016-03-15 17:50:53 +05:30