www/js/prod_edit.js

changeset 817
6ee186182c70
parent 789
e6e696add0b3
child 818
f9c071906643
--- 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.

mercurial