diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-05-16 07:22:09 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-05-16 07:22:09 +0000 |
| commit | d48f46e37e4ef86452c2ba2ab0d4732fb91a32a0 (patch) | |
| tree | 7f6f28397b4ad871131f7f28ea698117bcf1fe0f /indoteknik_custom/models/purchase_order_line.py | |
| parent | 4360e1fd9f3af2c18b19463773047d9939716069 (diff) | |
| parent | 05305c6bf12da58cfadac7f1a901ef825d09cb61 (diff) | |
Merged in date-hold-so (pull request #307)
Date hold so
Diffstat (limited to 'indoteknik_custom/models/purchase_order_line.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order_line.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order_line.py b/indoteknik_custom/models/purchase_order_line.py index 033469b8..315795d5 100755 --- a/indoteknik_custom/models/purchase_order_line.py +++ b/indoteknik_custom/models/purchase_order_line.py @@ -385,3 +385,6 @@ class PurchaseOrderLine(models.Model): line.delivery_amt_line = delivery_amt * contribution else: line.delivery_amt_line = 0 + + + |
