2020-10-08 11:11:23 +00:00
|
|
|
# Copyright (c) 2019, Frappe and Contributors
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from erpnext.setup.install import create_print_uom_after_qty_custom_field
|
|
|
|
|
2021-09-02 11:14:59 +00:00
|
|
|
|
2020-10-08 11:11:23 +00:00
|
|
|
def execute():
|
|
|
|
create_print_uom_after_qty_custom_field()
|