[Enhancement] Supplier quotation added on supplier portal

This commit is contained in:
Rohit Waghchaure
2016-09-21 16:49:58 +05:30
parent 0be6073f10
commit 21499e820d
6 changed files with 35 additions and 6 deletions

View File

@@ -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);
}
}
})
})