fix: Missing semi-colon
This commit is contained in:
parent
bc370b3ee5
commit
27bac2aaec
@ -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';
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user