mirror of
https://github.com/frappe/books.git
synced 2024-11-13 00:46:28 +00:00
Formula fix for electron
This commit is contained in:
parent
b99519d86b
commit
631cb61c31
@ -255,7 +255,7 @@ module.exports = class BaseDocument extends Observable {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!frappe.isServer) {
|
||||
if (!frappe.isServer || frappe.isElectron) {
|
||||
if (doc[field.fieldname] == null || doc[field.fieldname] == '') {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user