www/js/prod_edit.js

changeset 172
684c651dd165
parent 171
48cf3ea270f8
child 177
325bd6425978
--- a/www/js/prod_edit.js	Fri Jan 04 21:51:59 2019 +0100
+++ b/www/js/prod_edit.js	Sat Jan 05 17:10:39 2019 +0100
@@ -3268,7 +3268,7 @@
 	$("#FLog").jqxButton({ template: "info", width: '150px', theme: theme });
 	$("#FLog").click(function () {
 		// Open log in a new tab.
-		var url="log_fermentation.php?code=" + dataRecord.code;
+		var url="log_fermentation.php?code=" + dataRecord.code + "&name=" + dataRecord.name;
 		window.open(url);
 	});
 

mercurial