diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-05-17 11:22:16 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-05-17 11:22:16 +0700 |
| commit | 9b0ab52b8c1240664567eb8c555dd5d4f3ece677 (patch) | |
| tree | 29033e9ee379c20a274a8d9a5e49931248203e7b /indoteknik_custom/models/__init__.py | |
| parent | 2ab715ecff3ec0a63e5924cc1b3a65741c40b99f (diff) | |
add validation for prevent bug manufacturing order
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 5dc9ce9e..18f46d34 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -60,4 +60,5 @@ from . import automatic_purchase from . import apache_solr from . import raja_ongkir from . import procurement_monitoring_detail -from . import brand_vendor
\ No newline at end of file +from . import brand_vendor +from . import manufacturing |
