fix intendation

This commit is contained in:
Ranjith 2018-05-16 12:17:57 +05:30
parent db120fb0bc
commit 4bbf705e58
2 changed files with 2 additions and 3 deletions

View File

@ -812,4 +812,3 @@ def block_invoice(name, hold_comment):
def make_inter_company_sales_invoice(source_name, target_doc=None):
from erpnext.accounts.doctype.sales_invoice.sales_invoice import make_inter_company_invoice
return make_inter_company_invoice("Purchase Invoice", source_name, target_doc)