Fixed fatal typo
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:07:49 +0000 (17:07 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 21 Jun 2010 17:07:49 +0000 (17:07 +0000)
sales/customer_credit_invoice.php

index c086d431fb0eb57532e022784d520438f4b3383c..9dde9f10a15d7d4ba78c9fcdb591c47af3befb07 100644 (file)
@@ -348,7 +348,7 @@ function display_credit_options()
        global $Ajax;
        br();
 
-i      f (isset($_POST['_CreditType_update']))
+       if (isset($_POST['_CreditType_update']))
                $Ajax->activate('options');
 
        div_start('options');