Typo fixed.
[fa-stable.git] / purchasing / supplier_credit.php
index fc16875ce1b1214053447a7cdc30d8ad56c7ac94..e31b6bb1b19b904b6b28ea1ad9866114930d9a33 100644 (file)
@@ -319,7 +319,7 @@ if (isset($_POST['go']))
 
 //--------------------------------------------------------------------------------------------------
 
-start_form(false, true);
+start_form();
 
 invoice_header($_SESSION['supp_trans']);
 if ($_POST['supplier_id']=='') 
@@ -348,7 +348,7 @@ if (get_post('AddGLCodeToTrans'))
        $Ajax->activate('inv_tot');
 
 br();
-submit_center('PostCreditNote', _("Enter Credit Note"), true, '', true);
+submit_center('PostCreditNote', _("Enter Credit Note"), true, '', 'default');
 br();
 
 end_form();