[patch] cleanup_journal_entry

This commit is contained in:
Rushabh Mehta 2015-08-13 12:10:21 +05:30 committed by Anand Doshi
parent 832fa2e76b
commit 35f94dfbc6

View File

@ -1,6 +1,7 @@
import frappe
def execute():
frappe.reload_doctype("Journal Entry")
for doctype, fieldname in (
("Sales Order", "against_sales_order"),
("Purchase Order", "against_purchase_order"),