Initial commit: fixtures, hooks, doctype events, API, and JS
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
frappe.ui.form.on('Load', {
|
||||
refresh: function(frm) {
|
||||
frm.add_custom_button(__('View Pallets'), function() {
|
||||
frappe.set_route('List', 'Pallet', {'load': frm.doc.name});
|
||||
}, __('Actions'));
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user