Standard sql separator in date functions.
[fa-stable.git] / purchasing / allocations / supplier_allocation_main.php
index 69be12080bf6e6ce0d782f699b22879366db9c07..e10436b5e58b473df3c144023079bb1cc9b126c7 100644 (file)
@@ -88,7 +88,7 @@ function alloc_link($row)
 
 function amount_left($row)
 {
-       return -$row["Total"]-$row["alloc"];
+       return price_format(-$row["Total"]-$row["alloc"]);
 }
 
 function amount_total($row)