brotherton-erpnext/erpnext/patches/v8_9/set_print_zero_amount_taxes.py
Nabin Hait 45dce89cae Print Settings for printing taxes with zero amount (#10782)
* Print Settings for printing taxes with zero amount

* added __init__.py file to patch module v8_9
2017-09-14 15:17:38 +05:30

7 lines
195 B
Python

from __future__ import unicode_literals
import frappe
from erpnext.setup.install import create_print_zero_amount_taxes_custom_field
def execute():
create_print_zero_amount_taxes_custom_field()