Follow-up fix for Bug 3958, Standardize vendor/supplier/bookseller terminology
authorOwen Leonard <oleonard@myacpl.org>
Fri, 4 Nov 2011 18:56:50 +0000 (14:56 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sat, 5 Nov 2011 03:55:19 +0000 (04:55 +0100)
Fixing two stray instances of "supplier."

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt

index 001bf0d..9c76b7c 100644 (file)
@@ -147,7 +147,7 @@ if (f.company.value == "") {
     <h1>[% name %]</h1>
         <div class="yui-g">
             <div id="supplier-company-details" class="yui-u first">
-                <h2>Supplier details</h2>
+                <h2>Vendor details</h2>
                 <p><span class="label">Company Name: </span>[% name %]</p>
                 <p><span class="label">Postal Address: </span>[% postal %]</p>
                 <p><span class="label">Physical Address: </span>[% address1 %][% address2 %][% address3 %][% address4 %]</p>
index 2d4cf10..ceb1570 100644 (file)
 [% UNLESS ( letter ) %]<div class="dialog alert">No claims notice defined. <a href="/cgi-bin/koha/tools/letter.pl">Please define one</a>.</div>[% END %]
     <form id="claims" name="claims" action="claims.pl" method="post">
     <fieldset>
-           <label for="supplierid">Supplier: </label>
+           <label for="supplierid">Vendor: </label>
            <select id="supplierid" name="supplierid">
                [% FOREACH suploo IN suploop %]
                    [% IF ( suploo.selected ) %]