Temporary fixes for php encoding library bugs ending with segfault.
[fa-stable.git] / reporting / rep401.php
index faab857a5f948c70e57ee816d88405f5929c139f..ddb9692fba1defb90c51b204d8a5b5cd1a6a85fb 100644 (file)
@@ -105,8 +105,6 @@ function print_bill_of_material()
                $dec = get_qty_dec($trans['component']);
                $rep->TextCol(0, 1, $trans['component']);
                $rep->TextCol(1, 2, $trans['CompDescription']);
-               //$rep->TextCol(2, 3, $trans['loc_code']);
-               //$rep->TextCol(3, 4, $trans['workcentre_added']);
                $wc = get_work_centre($trans['workcentre_added']);
                $rep->TextCol(2, 3, get_location_name($trans['loc_code']));
                $rep->TextCol(3, 4, $wc['name']);