From cd72d7455e84e48aad4525fa54383cdb814b0f54 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 24 Feb 2026 16:05:42 +0700 Subject: PUSH --- fixco_custom/models/stock_picking.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index a91274c..b4e1922 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -235,7 +235,8 @@ class StockPicking(models.Model): if ( self.name and self.origin - and self.name.startswith('BU/IN') + and (self.name.startswith('BU/IN') + or self.name.startswith('BU/SRT')) and self.origin.startswith('Return of BU/OUT') and self.state == 'done' ): -- cgit v1.2.3