rohitwaghchaure | 4e17fae | 2017-12-12 14:40:52 +0530 | [diff] [blame] | 1 | # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors |
| 2 | # License: GNU General Public License v3. See license.txt |
| 3 | |
| 4 | from __future__ import unicode_literals |
| 5 | |
| 6 | from erpnext.regional.united_arab_emirates.setup import make_custom_fields, add_print_formats |
barredterra | dcfc3d7 | 2021-03-04 19:29:55 +0100 | [diff] [blame] | 7 | |
rohitwaghchaure | 4e17fae | 2017-12-12 14:40:52 +0530 | [diff] [blame] | 8 | |
| 9 | def setup(company=None, patch=True): |
| 10 | make_custom_fields() |
| 11 | add_print_formats() |