summaryrefslogtreecommitdiff
path: root/fixco_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-31 23:53:07 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-31 23:53:07 +0700
commitac76f5ac3e0f9bbd8d399d1753bb30b67b1c074f (patch)
treee0080fa6f3f7885b59b48f594a07643b8f2f28fe /fixco_custom/models/stock_picking.py
parent0f2445e3f7c74aa0ff81824de34d383691daa6a2 (diff)
parentaaaf75e4f4c62b7481c354456909e958d1631379 (diff)
Merge branch 'main' of https://bitbucket.org/altafixco/fixco-addons
merge
Diffstat (limited to 'fixco_custom/models/stock_picking.py')
-rwxr-xr-xfixco_custom/models/stock_picking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py
index 6850b1e..971278b 100755
--- a/fixco_custom/models/stock_picking.py
+++ b/fixco_custom/models/stock_picking.py
@@ -302,7 +302,7 @@ 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 00:00:00':
+ 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)