X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fdoctext.inc;h=6d957d11d2c785a14fe19925873cfa15f29252ce;hb=975fe59fb14e7aebb1b9071a6c6d2a2f145bdfd5;hp=18ec5a27c22be377bf6c577ee82a4e6160765d2c;hpb=19fe8a7287ffb45dc5ac4df68d49de3f9ec45ac3;p=fa-stable.git diff --git a/reporting/includes/doctext.inc b/reporting/includes/doctext.inc index 18ec5a27..6d957d11 100644 --- a/reporting/includes/doctext.inc +++ b/reporting/includes/doctext.inc @@ -131,7 +131,7 @@ if (isset($header2type) || isset($linetype)) ($doctype == ST_SUPPAYMENT ? _("Remittance No.") : ($doctype == ST_PURCHORDER ? _("Purchase Order No.") : ($doctype == ST_SALESORDER ? _("Order No.") : - ($doctype == ST_SALESQUOTE  ? _("Quotation No.") : + ($doctype == ST_SALESQUOTE ? _("Quotation No.") : ($doctype == ST_SALESINVOICE ? _("Invoice No.") : ($doctype == ST_WORKORDER ? _("Work Order No.") : _("Credit No.")))))))));