diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-10-25 14:13:57 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-10-25 14:13:57 +0700 |
| commit | 38a6db24102a2ed5b8f81e307e9fc832d2adb334 (patch) | |
| tree | d8f35e66c9fea3cc24ab0e37e73a7e73230098fd /indoteknik_custom/models/__init__.py | |
| parent | e80ad39476fcd60583e166032fe526b77a73323a (diff) | |
add pic name and pic phone in shipping method
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 138321c6..37a8d31f 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -27,3 +27,4 @@ from . import delivery_order from . import product_pricelist from . import users from . import ir_attachment +from . import delivery_carrier |
