X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fpurchasing_data.php;h=f7b44c4d879e948ca33a5abc08a5ef74121e686a;hb=380ae03e2df9602d07d156ae93b87cbe59b01b3a;hp=7bb09a54e2056e62da090ee3504bce9a3fb154e4;hpb=cc9972b02f2bf4ece12da3431266e85e96872fb1;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 7bb09a54..f7b44c4d 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -122,7 +122,7 @@ else } else { - start_table("$table_style width=65%"); + start_table(TABLESTYLE, "width=65%"); $th = array(_("Supplier"), _("Price"), _("Currency"), _("Supplier's Unit"), _("Conversion Factor"), _("Supplier's Description"), "", ""); @@ -174,7 +174,7 @@ if ($Mode =='Edit') br(); hidden('selected_id', $selected_id); -start_table($table_style2); +start_table(TABLESTYLE2); if ($Mode == 'Edit') {