From 3c703d6ef314038a61b9c93ac75219075909784a Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 22 Apr 2009 08:01:37 +0000 Subject: [PATCH] Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form --- CHANGELOG.txt | 4 ++++ purchasing/manage/suppliers.php | 2 +- reporting/includes/header2.inc | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eefa7666..c805bd1b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +22-Apr-2009 Joe Hunt +! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form +$ /purchasing/manage/suppliers.php + 20-Apr-2009 Janusz Dobrowolski # Rewritten backup manager, fixed progressbar bug. $ /admin/backups.php diff --git a/purchasing/manage/suppliers.php b/purchasing/manage/suppliers.php index bc654a37..ad8e1559 100644 --- a/purchasing/manage/suppliers.php +++ b/purchasing/manage/suppliers.php @@ -232,7 +232,7 @@ text_row(_("Fax Number:"), 'fax', null, 42, 40); email_row(_("E-mail:"), 'email', null, 35, 55); link_row(_("Website:"), 'website', null, 35, 55); -text_row(_("Supplier Account No.:"), 'supp_account_no', null, 42, 40); +text_row(_("Our Customer No:"), 'supp_account_no', null, 42, 40); table_section_title(_("Addresses")); textarea_row(_("Mailing Address:"), 'address', null, 35, 5); diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 2f23a36a..d28726ff 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -9,6 +9,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ + // New version (without vertical lines) $this->row = $this->pageHeight - $this->topMargin; -- 2.30.2