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

@ -13,10 +13,10 @@ frappe.ui.form.on('Subscription', {
frm.set_query('cost_center', function() { frm.set_query('cost_center', function() {
return { return {
filters : { filters: {
company: frm.doc.company company: frm.doc.company
} }
} };
}); });
}, },