X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=e1bcd635549e5a1434a5e82edbeaa83182dc9e0a;hb=d33885e362355a59606b95a3ef8c73f68e7631c2;hp=c9011b45bd5f23ee983573486f33e30765e76295;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index c9011b45..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']), ); @@ -197,6 +197,8 @@ $this->title = _("RECEIPT"); $this->formData['document_name'] =_("Receipt No."); $Addr1['title'] = _("With thanks from"); + if ($this->formData['order_'] == "0") + $this->formData['order_'] = ""; $aux_info = array( _("Customer's Reference") => $this->formData["debtor_ref"], _("Type") =>$systypes_array[$this->formData["type"]],