summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfixco_custom/models/stock_picking.py4
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 = {