fix; styling for sider

This commit is contained in:
Kenneth Sequeira 2020-12-04 15:00:22 +05:30
parent 131e46bab7
commit c4eb41c92b

View File

@ -11,7 +11,7 @@ frappe.ui.form.on("Contract", {
doc: frm.doc
},
callback: function(r) {
if(r && r.message){
if (r && r.message) {
frm.set_value("contract_terms", r.message.contract_terms);
// Populate the fulfilment terms table from a contract template, if any