"; start_table("$table_style width=90%"); $th = array(_("Item"), _("Description"), _("Quantity"), _("Units"), _("Unit Cost")); table_header($th); } alt_table_row_color($k); label_cell($adjustment['stock_id']); label_cell($adjustment['description']); qty_cell($adjustment['qty'], false, get_qty_dec($adjustment['stock_id'])); label_cell($adjustment['units']); amount_cell($adjustment['standard_cost']); end_row(); } end_table(1); is_voided_display(systypes::inventory_adjustment(), $trans_no, _("This adjustment has been voided.")); end_page(true); ?>