[Enhancement] Supplier quotation added on supplier portal
This commit is contained in:
@@ -81,8 +81,11 @@ rfq = Class.extend({
|
||||
},
|
||||
btn: this,
|
||||
callback: function(r){
|
||||
$('.btn-sm').hide()
|
||||
frappe.unfreeze();
|
||||
if(r.message){
|
||||
$('.btn-sm').hide()
|
||||
window.location.href = "/quotations/" + encodeURIComponent(r.message);
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user