X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=e1bcd635549e5a1434a5e82edbeaa83182dc9e0a;hb=a9ef5cd6f4e00b4f287f113de9f865b6ea439b8e;hp=4b87fa6df229df98b78d41ccfc5c18e7b8276c29;hpb=ec98559a543b666f4824149e8522d0aa65818936;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 4b87fa6d..e1bcd635 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['supp_reference'], _("Order Date") => sql2date($this->formData['document_date']), );