Lines 1-6
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
|
|
4 |
[% USE AuthorisedValues %] |
4 |
[% BLOCK edit_contact %] |
5 |
[% BLOCK edit_contact %] |
5 |
<ol id="contact-form"> |
6 |
<ol id="contact-form"> |
6 |
<input type="hidden" name="contact_id" value="[% contact.id | html %]" /> |
7 |
<input type="hidden" name="contact_id" value="[% contact.id | html %]" /> |
Lines 306-312
Link Here
|
306 |
<div class="col-sm-6"> |
307 |
<div class="col-sm-6"> |
307 |
<div id="supplier-company-details" class="page-section"> |
308 |
<div id="supplier-company-details" class="page-section"> |
308 |
<h2>Vendor details</h2> |
309 |
<h2>Vendor details</h2> |
309 |
<p><span class="label">Type: </span>[% type | html %]</p> |
310 |
<p> |
|
|
311 |
<span class="label">Type: </span> |
312 |
[% IF (type) %][% AuthorisedValues.GetByCode( 'VENDOR_TYPE', type ) | html %][% END %] |
313 |
</p> |
310 |
<p><span class="label">Company name: </span>[% name | html %]</p> |
314 |
<p><span class="label">Company name: </span>[% name | html %]</p> |
311 |
<p><span class="label">Postal address: </span>[% postal | html %]</p> |
315 |
<p><span class="label">Postal address: </span>[% postal | html %]</p> |
312 |
<p><span class="label">Physical address: </span>[% address1 | html %][% address2 | html %][% address3 | html %][% address4 | html %]</p> |
316 |
<p><span class="label">Physical address: </span>[% address1 | html %][% address2 | html %][% address3 | html %][% address4 | html %]</p> |
313 |
- |
|
|