mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 19:55:29 +00:00
Update subscription.js
This commit is contained in:
@@ -13,10 +13,10 @@ frappe.ui.form.on('Subscription', {
|
||||
|
||||
frm.set_query('cost_center', function() {
|
||||
return {
|
||||
filters : {
|
||||
filters: {
|
||||
company: frm.doc.company
|
||||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user