Index: TAOR rework/TAOR rework/Rework/HoofdAansturingRework.vb =================================================================== diff -u -r2033 -r2063 --- TAOR rework/TAOR rework/Rework/HoofdAansturingRework.vb (.../HoofdAansturingRework.vb) (revision 2033) +++ TAOR rework/TAOR rework/Rework/HoofdAansturingRework.vb (.../HoofdAansturingRework.vb) (revision 2063) @@ -61,7 +61,7 @@ 'waarden in de rework invullen slot.zijkanten(0).color = If(slot.type = SlotType.dubbel, _productieData.colorDubbel, _productieData.colorEnkel) - slot.zijkanten(0).length = _productieData.length + slot.zijkanten(0).length = Cstr(Cint(_productieData.NettoLength) + 5) 'Waarde van database gebruiken en correct maken slot.zijkanten(0).height = _productieData.height 'In ARDIS per zijkant twee planken zagen (er moet maar 1 zijkant worden meegegeven, onderdeel is naar LR gezet)