diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-06-02 09:23:07 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-06-02 09:23:07 +0700 |
| commit | 2bc522f12795bbd649d28fbc6f127df2ebac34ee (patch) | |
| tree | 0dfebb75f458c738f63593313b0e19e917e85860 /indoteknik_api/models | |
| parent | 1a0b0cb4a740d831f69ea29943cfa0aed8e31fac (diff) | |
| parent | 484b0e613d0d021faa11c619087baf36e4eacd09 (diff) | |
<hafid> fix email to Putra & Darren in pengajuan Tempo
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/sale_order.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_api/models/sale_order.py b/indoteknik_api/models/sale_order.py index 727379c5..baba7c37 100644 --- a/indoteknik_api/models/sale_order.py +++ b/indoteknik_api/models/sale_order.py @@ -29,6 +29,8 @@ class SaleOrder(models.Model): 'pickings': [] } for picking in sale_order.picking_ids: + if not picking.name.startswith('BU/OUT'): + continue data['pickings'].append({ 'id': picking.id, 'name': picking.name, |
