A lot of annoying layout bugs taken. Mostly from views and inquiries.
[fa-stable.git] / sales / inquiry / customer_allocation_inquiry.php
index b02525612cdc0945fdd145f1ec92f8907667f0af..c20262d5acbb17d3a39e14cf62dfe44d953c7123 100644 (file)
@@ -185,8 +185,7 @@ while ($myrow = db_fetch($result))
        }
 
        label_cell(systypes::name($myrow["type"]));
-
-       label_cell(get_customer_trans_view_str($myrow["type"], $myrow["trans_no"]));
+       label_cell(get_trans_view_str($myrow["type"], $myrow["trans_no"]));
        label_cell($myrow["reference"]);
        label_cell($preview_order_str);
        label_cell(sql2date($myrow["tran_date"]), "nowrap");