Changed all numeric constants to the new defined constants. A huge task.
[fa-stable.git] / sales / manage / recurrent_invoices.php
index ad2e4b4e675b328600c207298e4a0d816dce1e14..cdbc3bfaa2dc33a048df928ee4a429597df7b35f 100644 (file)
@@ -114,7 +114,7 @@ while ($myrow = db_fetch($result))
        alt_table_row_color($k);
                
        label_cell($myrow["description"]);
-       label_cell(get_customer_trans_view_str(30, $myrow["order_no"]));
+       label_cell(get_customer_trans_view_str(ST_SALESORDER, $myrow["order_no"]));
        if ($myrow["debtor_no"] == 0)
        {
                label_cell("");