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 added patch to remove old print formats 2014-07-25 13:02:28 +05:30
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 hotfix in patch 2015-04-17 16:15:25 +05:30
delete_old_print_formats.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
discount_amount.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
fix_account_master_type.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
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 Reset no-copy fields for recurring docs and patch to fix 2015-04-16 13:13:18 +05:30
party_model.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
recalculate_bom_cost.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
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 Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
reset_bom_costs.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
seprate_manufacture_and_repack.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
set_company_country.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
set_item_has_batch.py [cleanup] yes/no selects changed to checks in Item 2015-07-29 11:38:33 +05:30
toggle_rounded_total.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
update_landed_cost_voucher.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30
update_project_milestones.py [fix] Added unicode_literals if missing in py files 2015-02-24 12:24:53 +05:30
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 [fix] Added unicode_literals if missing in py files 2015-02-24 12:24:53 +05:30
update_stock_uom_for_dn_in_sle.py Changed company name from Web Notes to Frappe Technologies 2015-03-03 14:56:43 +05:30