brotherton-erpnext/erpnext/patches/v13_0/print_uom_after_quantity_patch.py
2022-03-28 18:52:46 +05:30

10 lines
240 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()