Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 332b5ec7

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

  • ID 332b5ec73395d63e194dd5719c77053cb3d1acb5
  • Vorgänger ab3fab97
  • Nachfolger 2d51ec2e

Telefonnotizen Angebot/Auftrag

In einem neuen Reiter können Notizen zum Beleg erfasst werden.

Unterschiede anzeigen:

templates/webpages/order/form.html
38 38
[%- IF SELF.order.id %]
39 39
      <li><a href="controller.pl?action=RecordLinks/ajax_list&object_model=Order&object_id=[% HTML.url(SELF.order.id) %]">[% 'Linked Records' | $T8 %]</a></li>
40 40
[%- END %]
41
[% IF SELF.order.id %]
42
      <li><a href="#ui-tabs-phone-notes">[% 'Phone Notes' | $T8 %]<span id="num_phone_notes">[%- num_phone_notes ? ' (' _ num_phone_notes _ ')' : '' -%]</span></a></li>
43
[% END %]
41 44
    </ul>
42 45

  
43 46
    [% PROCESS "order/tabs/basic_data.html" %]
......
45 48
    <div id="ui-tabs-1">
46 49
      [%- LxERP.t8("Loading...") %]
47 50
    </div>
48

  
51
[% IF SELF.order.id %]
52
    <div id="ui-tabs-phone-notes">
53
      [% PROCESS "order/tabs/phone_notes.html" %]
54
    </div>
55
[% END %]
49 56
    <div id="shipto_inputs" class="hidden">
50 57
      [%- PROCESS 'common/_ship_to_dialog.html'
51 58
        vc_obj=SELF.order.customervendor

Auch abrufbar als: Unified diff