brotherton-erpnext/erpnext/patches/v4_2
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
add_currency_turkish_lira.py [fixes] errors caught on flake8 (#10126) 2017-07-28 11:39:01 +05:30
default_website_style.py [fixes] errors caught on flake8 (#10126) 2017-07-28 11:39:01 +05:30
delete_gl_entries_for_cancelled_invoices.py
delete_old_print_formats.py
discount_amount.py
fix_account_master_type.py
fix_gl_entries_for_stock_transactions.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
fix_recurring_orders.py
party_model.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
recalculate_bom_cost.py
repost_reserved_qty.py Reload bin in reserved qty reposting patch 2016-04-20 11:53:34 +05:30
repost_sle_for_si_with_no_warehouse.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
repost_stock_reconciliation.py
reset_bom_costs.py
seprate_manufacture_and_repack.py
set_company_country.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
set_item_has_batch.py
toggle_rounded_total.py
update_landed_cost_voucher.py
update_project_milestones.py
update_requested_and_ordered_qty.py utilities/repost_stock file renamed to stock/stock_balance 2015-08-25 14:11:13 +05:30
update_sales_order_invoice_field_name.py
update_stock_uom_for_dn_in_sle.py