brotherton-erpnext/erpnext/patches/v13_0/print_uom_after_quantity_patch.py
2021-11-05 11:16:29 +05:30

10 lines
243 B
Python

# Copyright (c) 2019, Frappe and Contributors
# License: GNU General Public License v3. See license.txt
from erpnext.setup.install import create_print_uom_after_qty_custom_field
def execute():
create_print_uom_after_qty_custom_field()