Added POS name in cash payment memo.
[fa-stable.git] / reporting / includes / doctext.inc
index 98a59c8b0585000a523d85d7e383b89b2f6a5a78..c9011b45bd5f23ee983573486f33e30765e76295 100644 (file)
@@ -78,7 +78,7 @@
                        break;
 
                case ST_CUSTDELIVERY:
-                       $this->title = ($packing_slip==1 ? _("PACKING SLIP") : _("DELIVERY NOTE"));
+                       $this->title = ($this->params['packing_slip'] ? _("PACKING SLIP") : _("DELIVERY NOTE"));
                        $this->formData['document_name'] = _("Delivery Note No.");
                        if (@$packing_slip)
                                $Payment_Terms = '';
                                _("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']),
                        );