summaryrefslogtreecommitdiff
path: root/fixco_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-31 11:35:14 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-31 11:35:14 +0700
commit8d5617370ca205bd4159e01d3ca63d1e694d5e04 (patch)
tree23d9c088d50faa460127288341a56e98241f4a09 /fixco_custom/models/stock_picking.py
parent1c42785d665f1b4d459e468d9c0428bc6f767954 (diff)
push
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)