mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
chore(DX): add sourceURL for debugging
(cherry picked from commit be16fb9dbb)
This commit is contained in:
committed by
Ankush Menat
parent
67b9f43330
commit
277c03e157
@@ -609,3 +609,5 @@ function check_can_calculate_pending_qty(me) {
|
||||
const itemChecks = !!item && !item.allow_alternative_item;
|
||||
return docChecks && itemChecks;
|
||||
}
|
||||
|
||||
//# sourceURL=serial_no_batch_selector.js
|
||||
|
||||
Reference in New Issue
Block a user