diff -r 4b829f689d7e -r 9362eb9e9e5b www/js/inv_fermentables.js --- 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' },