diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-05 15:08:02 +0700 |
| commit | 074f7e6c0190c1ae5e08db6db0dd3f4f3e28e941 (patch) | |
| tree | d2561768d57fa32ede8cabbe249990f9db880cf4 /indoteknik_custom/models/purchase_order.py | |
| parent | 0cbdf05b4fce0460cdc951cb60d4bd00cac51a13 (diff) | |
change request
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index 4a029441..32ddf1e5 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -487,7 +487,6 @@ class PurchaseOrder(models.Model): for purchasing_job in purchasing_job_state: purchasing_job.unlink() - def _send_po_not_sync(self): # Mengirim data ke model Po Sync Price jika harga po dan purchase pricelist tidak singkron for line in self.order_line: |
