mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +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() {
|
frm.set_query('cost_center', function() {
|
||||||
return {
|
return {
|
||||||
filters : {
|
filters: {
|
||||||
company: frm.doc.company
|
company: frm.doc.company
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user