[patch] cleanup_journal_entry

This commit is contained in:
Rushabh Mehta 2015-08-13 12:10:21 +05:30
parent b01cc1b449
commit 7e4b93f48e

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"),