06-Apr-2008 Janusz Dobrowolski
# Sales invoice edition denied for documents created in FA 1.xx because of nonportable differences in gl posting/db schema.
/sales/customer_invoice.php
+# Fixed typo causing error while adding new tax type.
+ /taxes/tax_types.php
05-Apr-2008 Joe Hunt
# Fixed a bug when creating subfolder for new companies. Should be company id and not the table pref counter.
{
add_tax_type($_POST['name'], $_POST['sales_gl_code'],
- $_POST['purchasing_gl_code'], imput_num('rate'));
+ $_POST['purchasing_gl_code'], input_num('rate'));
meta_forward($_SERVER['PHP_SELF']);
}