brotherton-erpnext/erpnext/patches/v6_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 [fix] Round status update percentages to 2 decimals 2015-09-28 16:52:22 +05:30
email_digest_update.py [patch-fix] 2015-10-15 16:56:53 +05:30
fix_duplicate_bins.py [fix][patch] Delete duplicate bins 2015-10-12 18:28:50 +05:30
fix_expense_included_in_valuation.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
fix_journal_entries_due_to_reconciliation.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
fix_modified_in_sales_order_and_purchase_order.py [fix] modified in sales order and purchase order 2015-10-07 17:26:19 +05:30
fix_sales_order_maintenance_status.py [fix] sales order status for maintenance 2015-10-13 12:31:05 +05:30
fix_status_in_sales_and_purchase_order.py [fix] sales & purchase order status 2015-10-02 17:16:51 +05:30
make_image_thumbnail.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
repost_gle_for_journal_entries_where_reference_name_missing.py Python 3 compatibility syntax error fixes (#10519) 2017-08-28 18:17:36 +05:30
round_status_updater_percentages.py [fix] Round status update percentages to 2 decimals 2015-09-28 16:52:22 +05:30
set_user_in_contact.py [enhancement] use thumbnails in grid views, patch to make thumbnails 2015-10-14 16:21:24 +05:30