Merged all main trunk bugfixes up to release 2.0.5
[fa-stable.git] / reporting / rep209.php
index 6ae258303147d1c9e62b557c352930eaa966237d..c6e0240f2289033aa1be1a934e4c01e6eb6adaef 100644 (file)
@@ -111,7 +111,7 @@ function print_po()
                        $DisplayNet = number_format2($Net,$dec);
                        //$rep->TextCol(0, 1,   $myrow2['item_code'], -2);
                        $rep->TextCol(0, 2,     $myrow2['description'], -2);
-                       $rep->TextCol(2, 3,     $myrow2['delivery_date'], -2);
+                       $rep->TextCol(2, 3,     sql2date($myrow2['delivery_date']), -2);
                        $rep->TextCol(3, 4,     $DisplayQty, -2);
                        $rep->TextCol(4, 5,     $myrow2['units'], -2);
                        $rep->TextCol(5, 6,     $DisplayPrice, -2);