www/js/inv_fermentables.js

changeset 37
9362eb9e9e5b
parent 34
a720353fada9
child 51
7224109adfe1
--- a/www/js/inv_fermentables.js	Sat Aug 25 11:40:31 2018 +0200
+++ b/www/js/inv_fermentables.js	Sat Aug 25 13:07:13 2018 +0200
@@ -199,11 +199,11 @@
 		filterable: true,
 		filtermode: 'excel',
 		columns: [
-			{ text: 'Vergistbaar product', datafield: 'name', width: 270 },
+		{ text: 'Producent', datafield: 'supplier', width: 200 },
+			{ text: 'Vergistbaar product', datafield: 'name' },
 			{ text: 'Soort', datafield: 'type', align: 'center', cellsalign: 'center', width: 90 },
 			{ text: 'Mout type', datafield: 'graintype', align: 'center', cellsalign: 'center', width: 90 },
 			{ text: 'Herkomst', datafield: 'origin', width: 150 },
-			{ text: 'Producent', datafield: 'supplier', width: 200 },
 			{ text: 'Kleur', datafield: 'color', width: 70, align: 'right', cellsalign: 'right' },
 			{ text: 'Opbrengst', datafield: 'yield', width: 70, align: 'right', cellsalign: 'right', cellsformat: 'p1' },
 			{ text: 'Vooraad', datafield: 'inventory', width: 100, align: 'right', cellsalign: 'right', cellsformat: 'f3' },

mercurial