* Print Settings for printing taxes with zero amount * added __init__.py file to patch module v8_9
7 lines
195 B
Python
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() |