[cleanup] remove is_pro_applicable

This commit is contained in:
Rushabh Mehta
2016-04-15 15:01:28 +05:30
parent 18f0dd0a6d
commit a305c29b0e
10 changed files with 45 additions and 88 deletions

View File

@@ -15,6 +15,7 @@ erpnext.ItemSelector = Class.extend({
}
me.dialog.show();
me.render_items();
setTimeout(function() { me.dialog.input.focus(); }, 1000);
});
}
},