X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep110.php;h=5924f88075c9652b5f3b58ba2beadb8ad5b061de;hb=7ad222595e84451daea8aaa06c83d817cc3c774c;hp=cc0f1c10b18b0ff01cdd43661820fd93e9f81cf6;hpb=009fd657bd77c44afcde1fc8b8a5b6dea92c3367;p=fa-stable.git diff --git a/reporting/rep110.php b/reporting/rep110.php index cc0f1c10..5924f880 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -92,7 +92,7 @@ function print_deliveries() $rep->filename = "Packing_slip" . $myrow['reference'] . ".pdf"; } } - $rep->currency = $cur; + $rep->currency = ($cur == null ? "USD" : $cur); $rep->Font(); $rep->Info($params, $cols, null, $aligns);