Final rewriting of sales module
[fa-stable.git] / sales / manage / credit_status.php
index da495059a15d5e0aa572f4a9a35e817878f069db..f90ca55101dc8a39cb9ab5c14cf555a390a03d1b 100644 (file)
@@ -86,7 +86,7 @@ if (isset($_GET['delete']))
 $result = get_all_credit_status();
 
 start_table("$table_style width=40%");
-$th = array(_("Description"), _("Dissallow Invoices"));
+$th = array(_("Description"), _("Dissallow Invoices"),'','');
 table_header($th);
 
 $k = 0;