From b7edd32095ea811392ceb11b834c09dadb3be3d4 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Sat, 3 Jan 2026 09:41:46 +0700 Subject: push --- fixco_custom/models/stock_picking.py | 4 ++-- 1 file 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 = { -- cgit v1.2.3