mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
fix: validation for zero qty in SABB
(cherry picked from commit 497f560b4b)
This commit is contained in:
committed by
Mergify
parent
a1fb289290
commit
85796b3534
@@ -305,6 +305,7 @@ def create_asset_repair(**args):
|
||||
"serial_nos": args.serial_no,
|
||||
"posting_date": today(),
|
||||
"posting_time": nowtime(),
|
||||
"do_not_submit": 1,
|
||||
}
|
||||
)
|
||||
).name
|
||||
|
||||
Reference in New Issue
Block a user