Fixed PayPal link url on sales invoice.
[fa-stable.git] / reporting / rep113.php
index ed5cc705cc6a40534fe0f772bd65c4a72ad4e8fb..f38fd4c19e3805b655ea8b28f093758d3323a430 100644 (file)
@@ -91,7 +91,7 @@ function print_credits()
                        $rep->Font();
                        $rep->Info($params, $cols, null, $aligns);
 
-                       $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no'], false);
+                       $contacts = get_branch_contacts($branch['branch_code'], 'invoice', $branch['debtor_no'], true);
                        $rep->SetCommonData($myrow, $branch, $sales_order, $baccount, ST_CUSTCREDIT, $contacts);
                        $rep->NewPage();