Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 70cfe98c

Von Tamino Steinert vor 6 Monaten hinzugefügt

  • ID 70cfe98c138c11fc4b750f1d3092accc9ac6d937
  • Vorgänger a521049c
  • Nachfolger a5680eac

FIX: DeliveryOrder: Lager-Popup Artikel-Information vollständig anzeigen

behebt #630

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/stock_dialog.html
7 7
 <table class="tbl-horizontal col">
8 8
  <tr>
9 9
   <td>[% 'Part Number' | $T8 %]</td>
10
   <td><span class="data wi-small">[% part.partnumber %]</span></td>
10
   <td><span class="data">[% part.partnumber %]</span></td>
11 11
  </tr>
12 12
  <tr>
13 13
   <td>[% 'Description' | $T8 %]</td>
14
   <td><span class="data wi-small">[% part.description %]</span></td>
14
   <td><span class="data">[% part.description %]</span></td>
15 15
  </tr>
16 16
  <tr>
17 17
   <td>[% 'Qty according to delivery order' | $T8 %]</td>
18
   <td><span class="data wi-small">[% LxERP.format_amount(do_qty) %] [% do_unit | html %]</span></td>
18
   <td><span class="data">[% LxERP.format_amount(do_qty) %] [% do_unit | html %]</span></td>
19 19
  </tr>
20 20
 </table>
21 21

  

Auch abrufbar als: Unified diff