X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fview%2Fview_credit.php;h=4291d9dc11ee89805c42ab2c9e0d428aa97249d7;hb=47ec8984593ac1d72e3eb6300a8475b012044e21;hp=0ca3c7f9737663873facaf1ec237223ca9161c1c;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/sales/view/view_credit.php b/sales/view/view_credit.php index 0ca3c7f9..4291d9dc 100644 --- a/sales/view/view_credit.php +++ b/sales/view/view_credit.php @@ -39,11 +39,11 @@ $branch = get_branch($myrow["branch_code"]); display_heading("" . sprintf(_("CREDIT NOTE #%d"), $trans_id). ""); echo "
"; -start_table("$table_style2 width=95%"); +start_table(TABLESTYLE2, "width=95%"); echo ""; // outer table /*Now the customer charged to details in a sub table*/ -start_table("$table_style width=100%"); +start_table(TABLESTYLE, "width=100%"); $th = array(_("Customer")); table_header($th); @@ -54,7 +54,7 @@ end_table(); echo ""; // outer table -start_table("$table_style width=100%"); +start_table(TABLESTYLE, "width=100%"); $th = array(_("Branch")); table_header($th); @@ -63,7 +63,7 @@ end_table(); echo ""; // outer table -start_table("$table_style width=100%"); +start_table(TABLESTYLE, "width=100%"); start_row(); label_cells(_("Ref"), $myrow["reference"], "class='tableheader2'"); label_cells(_("Date"), sql2date($myrow["tran_date"]), "class='tableheader2'"); @@ -83,7 +83,7 @@ $sub_total = 0; $result = get_customer_trans_details(ST_CUSTCREDIT, $trans_id); -start_table("$table_style width=95%"); +start_table(TABLESTYLE, "width=95%"); if (db_num_rows($result) > 0) { @@ -152,6 +152,6 @@ if (!$voided) /* end of check to see that there was an invoice record to print */ -end_page(true); +end_page(true, false, false, ST_CUSTCREDIT, $trans_id); ?> \ No newline at end of file