bc4e2cd9c1
* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
9 lines
312 B
Python
9 lines
312 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
from erpnext.setup.install import create_print_zero_amount_taxes_custom_field
|
|
|
|
def execute():
|
|
frappe.reload_doc('printing', 'doctype', 'print_style')
|
|
frappe.reload_doc('printing', 'doctype', 'print_settings')
|
|
create_print_zero_amount_taxes_custom_field() |