View | Details | Raw Unified | Return to bug 5059
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl (-7 / +6 lines)
Lines 57-63 if (f.company.value == "") { Link Here
57
        </fieldset>
57
        </fieldset>
58
        <fieldset class="rows">
58
        <fieldset class="rows">
59
            <legend>Contact details</legend>
59
            <legend>Contact details</legend>
60
        <ol> <li><label for="company_contact_name">Contact Name</label>
60
        <ol> <li><label for="company_contact_name">Contact name</label>
61
                <input type="text" size="40" id="company_contact_name" name="company_contact_name" value="<!-- TMPL_VAR NAME="contact" -->" /></li>
61
                <input type="text" size="40" id="company_contact_name" name="company_contact_name" value="<!-- TMPL_VAR NAME="contact" -->" /></li>
62
            <li><label for="company_contact_position">Position</label>
62
            <li><label for="company_contact_position">Position</label>
63
                <input type="text" size="40" id="company_contact_position" name="company_contact_position" value="<!-- TMPL_VAR NAME="contpos" -->" /></li>
63
                <input type="text" size="40" id="company_contact_position" name="company_contact_position" value="<!-- TMPL_VAR NAME="contpos" -->" /></li>
Lines 86-92 if (f.company.value == "") { Link Here
86
                    <!-- /TMPL_IF --></li>
86
                    <!-- /TMPL_IF --></li>
87
            </ol>
87
            </ol>
88
            <ol>
88
            <ol>
89
            <li><label for="list_currency">List Prices are</label>
89
            <li><label for="list_currency">List prices are</label>
90
                    <select name="list_currency" id="list_currency">
90
                    <select name="list_currency" id="list_currency">
91
                    <!-- TMPL_LOOP NAME="loop_currency" -->
91
                    <!-- TMPL_LOOP NAME="loop_currency" -->
92
                        <option value="<!-- TMPL_VAR  NAME="currency" -->"
92
                        <option value="<!-- TMPL_VAR  NAME="currency" -->"
Lines 95-101 if (f.company.value == "") { Link Here
95
                    <!-- /TMPL_LOOP -->
95
                    <!-- /TMPL_LOOP -->
96
                    </select>
96
                    </select>
97
            </li>
97
            </li>
98
            <li><label for="invoice_currency">Invoice Prices are</label>
98
            <li><label for="invoice_currency">Invoice prices are</label>
99
                    <select name="invoice_currency" id="invoice_currency">
99
                    <select name="invoice_currency" id="invoice_currency">
100
                    <!-- TMPL_LOOP NAME="loop_currency" -->
100
                    <!-- TMPL_LOOP NAME="loop_currency" -->
101
                        <option value="<!-- TMPL_VAR  NAME="currency" -->"
101
                        <option value="<!-- TMPL_VAR  NAME="currency" -->"
Lines 115-121 if (f.company.value == "") { Link Here
115
                    <label for="gstno">No</label> <input type="radio" name="gst" id="gstno" value="0" checked="checked" />
115
                    <label for="gstno">No</label> <input type="radio" name="gst" id="gstno" value="0" checked="checked" />
116
                <!-- /TMPL_IF --></li><!-- /TMPL_IF -->
116
                <!-- /TMPL_IF --></li><!-- /TMPL_IF -->
117
            
117
            
118
            <!-- TMPL_IF NAME="GST" --><li><label for="list_gstyes" class="radio">Ordering prices:</label>
118
            <!-- TMPL_IF NAME="GST" --><li><label for="list_gstyes" class="radio">List prices:</label>
119
                <!-- TMPL_IF name="listincgst" -->
119
                <!-- TMPL_IF name="listincgst" -->
120
                    <label for="list_gstyes">Include tax</label> <input type="radio" id="list_gstyes" name="list_gst" value="1" checked="checked" />
120
                    <label for="list_gstyes">Include tax</label> <input type="radio" id="list_gstyes" name="list_gst" value="1" checked="checked" />
121
                    <label for="list_gstno">Don't include tax</label> <input type="radio" id="list_gstno" name="list_gst" value="0" />
121
                    <label for="list_gstno">Don't include tax</label> <input type="radio" id="list_gstno" name="list_gst" value="0" />
Lines 187-194 if (f.company.value == "") { Link Here
187
                    <!-- TMPL_ELSE -->
187
                    <!-- TMPL_ELSE -->
188
                        Inactive
188
                        Inactive
189
                    <!-- /TMPL_IF --></p>
189
                    <!-- /TMPL_IF --></p>
190
            <p><strong>List Prices are: </strong><!--TMPL_VAR Name="listprice"--></p>
190
            <p><strong>List prices are: </strong><!--TMPL_VAR Name="listprice"--></p>
191
            <p><strong>Invoice Prices are: </strong><!--TMPL_VAR Name="invoiceprice"--></p>
191
            <p><strong>Invoice prices are: </strong><!--TMPL_VAR Name="invoiceprice"--></p>
192
            <!-- TMPL_IF NAME="GST" --><p><strong>Tax Number Registered: </strong>
192
            <!-- TMPL_IF NAME="GST" --><p><strong>Tax Number Registered: </strong>
193
                    <!-- TMPL_IF name="gstreg" -->Yes<!--TMPL_ELSE-->No<!-- /TMPL_IF --></p>
193
                    <!-- TMPL_IF name="gstreg" -->Yes<!--TMPL_ELSE-->No<!-- /TMPL_IF --></p>
194
            <p><strong>List Item Price Includes Tax: </strong>
194
            <p><strong>List Item Price Includes Tax: </strong>
195
- 

Return to bug 5059