mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
chore: fix conflicts
This commit is contained in:
@@ -131,7 +131,6 @@ class AssetRepair(AccountsController):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def cancel_sabb(self):
|
def cancel_sabb(self):
|
||||||
for row in self.stock_items:
|
for row in self.stock_items:
|
||||||
if sabb := row.serial_and_batch_bundle:
|
if sabb := row.serial_and_batch_bundle:
|
||||||
|
|||||||
Reference in New Issue
Block a user