2
0
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:
Faris Ansari 2018-10-22 23:33:10 +05:30
parent b99519d86b
commit 631cb61c31

View File

@ -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;
}