Revision 93acb48f
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
templates/webpages/is/form_header.html | ||
---|---|---|
34 | 34 |
[%- END %] |
35 | 35 |
[%- IF id %] |
36 | 36 |
[%- IF INSTANCE_CONF.get_doc_storage %] |
37 |
<li><a href="controller.pl?action=File/list&file_type=document&object_type=invoice&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li> |
|
38 |
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=invoice&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li> |
|
37 |
[% object_type = is_type_credit_note? 'credit_note' : 'invoice' %] |
|
38 |
<li><a href="controller.pl?action=File/list&file_type=document&object_type=[% object_type %]&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li> |
|
39 |
<li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% object_type %]&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li> |
|
39 | 40 |
[%- END %] |
40 | 41 |
[%- IF AUTH.assert('record_links', 1) %] |
41 | 42 |
<li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Invoice&object_id=[% HTML.url(id) %]">[% 'Linked Records' | $T8 %]</a></li> |
Auch abrufbar als: Unified diff
Dokumentenablage für Rechnungen und Gutschriften unterscheiden.
Sonst werden Dokumente für Gutschriften nicht angezeigt.