Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c0bea950

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID c0bea95044c979da8a419c3d03b37373003c4161
  • Vorgänger 7a8a152c
  • Nachfolger db01e20b

Rechnungsmaske: DMS: Typ aus form für object_type nehmen.

Siehe auch commit 93acb48f7da805050e18f9fa3c495310cc2347e4
"Dokumentenablage für Rechnungen und Gutschriften unterscheiden."

Unterschiede anzeigen:

templates/webpages/is/form_header.html
34 34
[%- END %]
35 35
[%- IF id %]
36 36
  [%- IF INSTANCE_CONF.get_doc_storage %]
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>
37
  <li><a href="controller.pl?action=File/list&file_type=document&object_type=[% type %]&object_id=[% HTML.url(id) %]">[% 'Documents' | $T8 %]</a></li>
38
  <li><a href="controller.pl?action=File/list&file_type=attachment&object_type=[% type %]&object_id=[% HTML.url(id) %]">[% 'Attachments' | $T8 %]</a></li>
40 39
  [%- END %]
41 40
  [%- IF AUTH.assert('record_links', 1) %]
42 41
  <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