mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix; styling for sider
This commit is contained in:
@@ -11,7 +11,7 @@ frappe.ui.form.on("Contract", {
|
|||||||
doc: frm.doc
|
doc: frm.doc
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
if(r && r.message){
|
if (r && r.message) {
|
||||||
frm.set_value("contract_terms", r.message.contract_terms);
|
frm.set_value("contract_terms", r.message.contract_terms);
|
||||||
|
|
||||||
// Populate the fulfilment terms table from a contract template, if any
|
// Populate the fulfilment terms table from a contract template, if any
|
||||||
|
|||||||
Reference in New Issue
Block a user