mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 14:29:12 +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) {
|
||||
return 'blue';
|
||||
} else {
|
||||
return (doc.qty<=doc.actual_qty) ? 'green' : 'orange'
|
||||
return (doc.qty<=doc.actual_qty) ? 'green' : 'orange';
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user