Changed all numeric constants to the new defined constants. A huge task.
[fa-stable.git] / purchasing / view / view_po.php
index 049c8c5ed575cc446164a0d6bffff4f0050ca098..052103deeff636c073bf4161085a329996ee85aa 100644 (file)
@@ -108,7 +108,7 @@ if (db_num_rows($grns_result) > 0)
     {
                alt_table_row_color($k);
 
-       label_cell(get_trans_view_str(25,$myrow["id"]));
+       label_cell(get_trans_view_str(ST_SUPPRECEIVE,$myrow["id"]));
        label_cell($myrow["reference"]);
        label_cell(sql2date($myrow["delivery_date"]));
        end_row();