X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=03db733e309f9a1840015dfc4196fbb85e18b18f;hb=e2333aa592a75f6fe5a3110c1241df117e3ffa1d;hp=088cad5853bf0ee75fbe32fb7653103375a685b0;hpb=29ca33a6b909f751522e42e116f1205a648a17e5;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 088cad58..03db733e 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -102,7 +102,7 @@ hidden("OldMaterialCost", $myrow["material_cost"]); hidden("OldLabourCost", $myrow["labour_cost"]); hidden("OldOverheadCost", $myrow["overhead_cost"]); -start_table($table_style2); +start_table(TABLESTYLE2); $dec1 = $dec2 = $dec3 = 0; $_POST['material_cost'] = price_decimal_format($myrow["material_cost"], $dec1); $_POST['labour_cost'] = price_decimal_format($myrow["labour_cost"], $dec2);