diff -r d76f623d487c -r 6ee186182c70 www/js/prod_edit.js --- a/www/js/prod_edit.js Fri Aug 05 11:02:01 2022 +0200 +++ b/www/js/prod_edit.js Fri Aug 05 12:12:53 2022 +0200 @@ -6413,11 +6413,6 @@ }); // Buttons below - $('#Export').jqxButton({ template: 'info', width: '80px', theme: theme }); - $('#Export').bind('click', function() { - saveRecord(0); - }); - $('#Delete').jqxButton({ template: 'danger', width: '80px', theme: theme }); $('#Delete').bind('click', function() { // Open a popup to confirm this action.