www/js/prod_edit.js

changeset 341
9c4bc199be9e
parent 340
fa4eb830c151
child 342
3ac81572bb28
--- 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();

mercurial