X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fview%2Fview_adjustment.php;h=c85eda1408347e3fc3a2a55bd7126187fb660f49;hb=9451db1760036985de791ba24c442801e37f37de;hp=161ff78ccd6f8c8ff0d54d4a3ff841878b706327;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/inventory/view/view_adjustment.php b/inventory/view/view_adjustment.php index 161ff78c..c85eda14 100644 --- a/inventory/view/view_adjustment.php +++ b/inventory/view/view_adjustment.php @@ -38,7 +38,7 @@ while ($adjustment = db_fetch($adjustment_items)) { $adjustment_type = get_movement_type($adjustment['person_id']) ; - start_table(TABLESTYLE2, "width=90%"); + start_table(TABLESTYLE2, "width='90%'"); start_row(); label_cells(_("At Location"), $adjustment['location_name'], "class='tableheader2'"); label_cells(_("Reference"), $adjustment['reference'], "class='tableheader2'", "colspan=6"); @@ -51,7 +51,7 @@ while ($adjustment = db_fetch($adjustment_items)) $header_shown = true; echo "
"; - start_table(TABLESTYLE, "width=90%"); + start_table(TABLESTYLE, "width='90%'"); $th = array(_("Item"), _("Description"), _("Quantity"), _("Units"), _("Unit Cost"));