Update package.js
This commit is contained in:
parent
131cbec99a
commit
fe911aa0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ frappe.ui.form.on('Package', {
|
|||
}
|
||||
});
|
||||
|
||||
if(frm.doc.instances){
|
||||
if (frm.doc.instances) {
|
||||
frm.add_custom_button(__("Deploy"), function() {
|
||||
frm.call("deploy_package");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue