Fix status of invoices with negative outstanding, if no return entry (#8829)

* Move allowance field in Item to the first section to apply it for both stock and non-stock items

* Fix status of invoices with negative outstanding, if no return entry

* get_value included in safe_eval
This commit is contained in:
Nabin Hait
2017-05-16 12:43:00 +05:30
committed by GitHub
parent 73456ac81a
commit 8a27cf3785
4 changed files with 65 additions and 40 deletions

View File

@@ -394,4 +394,5 @@ erpnext.patches.v8_0.revert_manufacturers_table_from_item
erpnext.patches.v8_0.disable_instructor_role
erpnext.patches.v8_0.merge_student_batch_and_student_group
erpnext.patches.v8_0.rename_total_margin_to_rate_with_margin # 11-05-2017
erpnext.patches.v8_0.make_payments_table_blank_for_non_pos_invoice
erpnext.patches.v8_0.fix_status_for_invoices_with_negative_outstanding
erpnext.patches.v8_0.make_payments_table_blank_for_non_pos_invoice