From: Janusz Dobrowolski Date: Tue, 25 Aug 2015 16:59:42 +0000 (+0200) Subject: Small warning cleanup in purchase order report. X-Git-Tag: v2.4.2~19^2~151 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=969c529c0d7eadc935d9787d9c820d65173ce820;p=fa-stable.git Small warning cleanup in purchase order report. --- diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 98a59c8b..1234fc3e 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -183,7 +183,7 @@ _("Customer's Reference") => $this->formData['supp_account_no'], _("Sales Person") => $this->formData['contact'], _("Your VAT no.") => $this->formData['tax_id'], - _("Supplier's Reference") => $this->formData['requisition_no'], + _("Supplier's Reference") => @$this->formData['requisition_no'], _("Order Date") => sql2date($this->formData['document_date']), );