GX-Bug #58982 » PayPalInvoicePDFFix.patch
| src/system/overloads/PDFOrderExtenderComponent/PaymentInstructionInvoiceExtender.inc.php (date 1538145129000) | ||
|---|---|---|
| 52 | 52 |
if($_GET['type'] === 'invoice') |
| 53 | 53 |
{
|
| 54 | 54 |
$paymentInstruction = $this->_getPaymentInstruction($this->v_data_array['order_id']); |
| 55 |
if($paymentInstruction !== null && $this->replaceFooterColumn >= 0)
|
|
| 55 |
if($paymentInstruction !== null && !empty($footer[$this->replaceFooterColumn]))
|
|
| 56 | 56 |
{
|
| 57 | 57 |
$footer[$this->replaceFooterColumn] = ''; |
| 58 | 58 |
} |