Huge sales module changes toward delivery and invoicing separation. Includes some...
[fa-stable.git] / reporting / includes / pdf_report.inc
index 4ccd6b4b75b9e1a7ebe7a6db79a4318a823e3a9c..05bb203e9b4019d6fda241a76e165bb4bba33501 100644 (file)
@@ -450,7 +450,7 @@ class FrontReport extends Cpdf
                $this->row = $iline5 - $this->lineHeight - 6;
                $this->Text($ccol, $doc_Please_Quote . " - " . $myrow['curr_code']);
                $this->NewLine();
-               if ($branch['disable_branch'] > 0 && $doctype == 10) // payment links
+               if ($doctype == 10 && $branch['disable_branch'] > 0) // payment links
                {
                        if ($branch['disable_branch'] == 1)
                        {