Still formatting
[order_line_extra.git] / haxe / ItemScheduler.hx
index 27dd7bf0c9e8c731c794ea738049f438279ff192..e286bc0bc98277235b0cb498f0c7f5c54f99c50a 100644 (file)
@@ -198,14 +198,8 @@ class ItemScheduler {
                        ,location.code
                        ,location.delivery
                ];
-               var status = 'header';
-               php.Lib.print('<tr class="'+status+'">');
-               for(cell in cells) {
-                       php.Lib.print('<td>');
-                       php.Lib.print(cell);
-                       php.Lib.print('</td>');
-               }
-               php.Lib.print('</tr>');
+
+               printRow(cells, ['class = "tableheader location"']);
        }
 
 /*