Update subscription.js

This commit is contained in:
Nabin Hait 2021-02-11 11:17:33 +05:30 committed by GitHub
parent 79ba299abc
commit 9d3f242f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ frappe.ui.form.on('Subscription', {
filters: {
company: frm.doc.company
}
}
};
});
},