Changed all numeric constants to the new defined constants. A huge task.
[fa-stable.git] / purchasing / view / view_grn.php
index b47881996db4706b041ab4ea6e6afcd64e5f109c..0a94ac8c8912ad922e280a342343833056d776d2 100644 (file)
@@ -72,7 +72,7 @@ label_row(_("Total Excluding Tax/Shipping"),  $display_total,
 
 end_table(1);
 
-is_voided_display(25, $_GET['trans_no'], _("This delivery has been voided."));
+is_voided_display(ST_SUPPRECEIVE, $_GET['trans_no'], _("This delivery has been voided."));
 
 end_page(true);