Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 22 Apr 2009 08:01:37 +0000 (08:01 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 22 Apr 2009 08:01:37 +0000 (08:01 +0000)
CHANGELOG.txt
purchasing/manage/suppliers.php
reporting/includes/header2.inc

index eefa766625999c08bef93ecbcb28fdaaf46b3df5..c805bd1b83d2ee85159078669c2509e26ac9af65 100644 (file)
@@ -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
index bc654a37011eacf4668545025ff59e96d33543f8..ad8e1559756aad7621e48b746d3f3095d6dcd148 100644 (file)
@@ -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);
index 2f23a36ac719b2a5d0ccb1a06dfc3b7315269334..d28726fff9f9bb989744e0df8e23011c029f4a28 100644 (file)
@@ -9,6 +9,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
+               // New version (without vertical lines)
 
                $this->row = $this->pageHeight - $this->topMargin;