Update package.js

This commit is contained in:
Himanshu 2020-05-07 18:25:17 +05:30 committed by GitHub
parent 131cbec99a
commit fe911aa0c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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