diff -r fa4eb830c151 -r 9c4bc199be9e www/js/prod_edit.js --- a/www/js/prod_edit.js Thu Apr 18 21:26:06 2019 +0200 +++ b/www/js/prod_edit.js Tue Apr 23 19:53:26 2019 +0200 @@ -5375,14 +5375,6 @@ }); // Buttons below - $("#Print").jqxButton({ template: "info", width: '80px', theme: theme }); - $("#Print").bind('click', function () { - saveRecord(); - // Open print in a new tab. - var url="prod_print.php?record=" + my_record; - window.open(url); - }); - $("#Export").jqxButton({ template: "info", width: '80px', theme: theme }); $("#Export").bind('click', function () { saveRecord();