mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix: Missing semi-colon
This commit is contained in:
@@ -9,7 +9,7 @@ frappe.ui.form.on('Stock Entry', {
|
|||||||
if (!doc.s_warehouse) {
|
if (!doc.s_warehouse) {
|
||||||
return 'blue';
|
return 'blue';
|
||||||
} else {
|
} else {
|
||||||
return (doc.qty<=doc.actual_qty) ? 'green' : 'orange'
|
return (doc.qty<=doc.actual_qty) ? 'green' : 'orange';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user