X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fcustomer_payments.php;h=e8b51f9943243ebe631d25d911cc5f3cc82f6d12;hb=d9b4de9d7e9d3ba77f6ece752fd6cc988effd8f1;hp=565d9f95538b285a45bdd58b4453c798b83e6258;hpb=5f06887dedd4d14701864fb72994d7e20352086d;p=fa-stable.git diff --git a/sales/customer_payments.php b/sales/customer_payments.php index 565d9f95..e8b51f99 100644 --- a/sales/customer_payments.php +++ b/sales/customer_payments.php @@ -213,7 +213,7 @@ function read_customer_data() start_form(); - start_outer_table("$table_style2 width=60%", 5); + start_outer_table(TABLESTYLE2, "width=60%", 5); table_section(1); customer_list_row(_("From Customer:"), 'customer_id', null, false, true); @@ -266,7 +266,7 @@ start_form(); div_end(); } - start_table("$table_style width=60%"); + start_table(TABLESTYLE, "width=60%"); label_row(_("Customer prompt payment discount :"), $display_discount_percent); amount_row(_("Amount of Discount:"), 'discount');