X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fview%2Fview_transfer.php;h=86ad8bfa23c813074184df7e9da707b4983857b3;hb=46c5f7a65a7659a44ae8254c63152074363d3987;hp=195f91bcc2522ca0d4c0a5561076b7052b6b8fb4;hpb=35f482e2a9246960de37e5f1d975c734e08951e6;p=fa-stable.git diff --git a/inventory/view/view_transfer.php b/inventory/view/view_transfer.php index 195f91bc..86ad8bfa 100644 --- a/inventory/view/view_transfer.php +++ b/inventory/view/view_transfer.php @@ -33,7 +33,7 @@ $to_trans = $transfer_items[1]; display_heading($systypes_array[ST_LOCTRANSFER] . " #$trans_no"); echo "
"; -start_table("$table_style2 width=90%"); +start_table(TABLESTYLE2, "width=90%"); start_row(); label_cells(_("Item"), $from_trans['stock_id'] . " - " . $from_trans['description'], "class='tableheader2'"); @@ -49,10 +49,9 @@ end_row(); comments_display_row(ST_LOCTRANSFER, $trans_no); -end_table(1); +end_table(2); -echo "
"; -start_table("$table_style width=90%"); +start_table(TABLESTYLE, "width=90%"); $th = array(_("Item"), _("Description"), _("Quantity"), _("Units")); table_header($th); @@ -76,5 +75,5 @@ end_table(1); is_voided_display(ST_LOCTRANSFER, $trans_no, _("This transfer has been voided.")); -end_page(true); +end_page(true, false, false, ST_LOCTRANSFER, $trans_no); ?> \ No newline at end of file