Projekt

Allgemein

Profil

GX-Bug #58982 » PayPalInvoicePDFFix.patch

Till Tepelmann, 28.09.2018 16:34

Unterschiede anzeigen:

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
			}
(2-2/2)