X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=sales%2Fcustomer_credit_invoice.php;h=2d13e54729cb5eb2b2969803c9eae4867cc5518f;hb=4d4371fb200bb27fd6b680ebd2d1aaa450a0be7e;hp=00a6527f68944ad41013e97c5474108623979860;hpb=a4db318fa0c84e099e0970ca82e36215782d661e;p=fa-stable.git diff --git a/sales/customer_credit_invoice.php b/sales/customer_credit_invoice.php index 00a6527f..2d13e547 100644 --- a/sales/customer_credit_invoice.php +++ b/sales/customer_credit_invoice.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ //--------------------------------------------------------------------------- // @@ -229,7 +229,7 @@ function display_credit_items() { global $table_style, $table_style2; - start_form(false, true); + start_form(); hidden('cart_id'); start_table("$table_style2 width=80%", 5); @@ -385,7 +385,7 @@ display_credit_options(); echo "
"; submit('Update', _("Update"), true, _('Update credit value for quantities entered'), true); echo " "; -submit('ProcessCredit', _("Process Credit Note"), true, '', true); +submit('ProcessCredit', _("Process Credit Note"), true, '', 'default'); echo "
"; end_form();