diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-27 10:56:07 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-27 10:56:07 +0700 |
| commit | 669b9de298ed3667fc6aaf1e6070604c1799a0a8 (patch) | |
| tree | 8567d6e063502a2a1538135270aaa322eef3113d /indoteknik_custom/models/__init__.py | |
| parent | 46cc2c3deb299cc61c14a0675221b811aaf999b8 (diff) | |
bug fix unauthorized sale order
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index c6fb7d4f..121bd0f4 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -46,3 +46,4 @@ from . import x_partner_purchase_order from . import x_product_tags from . import website_ads from . import leads_monitoring +from . import midtrans |
