www/js/prod_edit.js

changeset 301
72bcc7ac60da
parent 294
1e09d1d102a8
child 302
d0f7b4ab000f
--- a/www/js/prod_edit.js	Wed Feb 27 22:14:03 2019 +0100
+++ b/www/js/prod_edit.js	Thu Feb 28 15:40:14 2019 +0100
@@ -5307,7 +5307,7 @@
 	$("#Export").jqxButton({ template: "info", width: '80px', theme: theme });
 	$("#Export").click(function () {
 		saveRecord();
-		var url="prod_export.php?record=" + my_record;
+		var url="prod_beerxml.php?record=" + my_record;
 		window.open(url);
 	});
 

mercurial