diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-03 09:41:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-01-03 09:41:46 +0700 |
| commit | b7edd32095ea811392ceb11b834c09dadb3be3d4 (patch) | |
| tree | 992dca46eb3d582149f31c9d9e7b87e53bd1ab6f | |
| parent | 622dbf1f8fd2b6306b147cf27b17be8e017fd2e8 (diff) | |
push
| -rwxr-xr-x | fixco_custom/models/stock_picking.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index 79a0665..e86f842 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -328,8 +328,8 @@ class StockPicking(models.Model): now = time.strftime('%Y-%m-%d %H:%M:%S') order_id = self.order_reference - if not self.ginee_task_id and now > '2025-12-31 23:59:59': - raise UserError(_("Klik Ready To Ship terlebih dahulu")) + # if not self.ginee_task_id and now > '2025-12-31 23:59:59': + # raise UserError(_("Klik Ready To Ship terlebih dahulu")) authorization = self.sign_request(0) headers = { |
