Revision c9808088
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
templates/design40_webpages/record_links/add_filter.html | ||
---|---|---|
23 | 23 |
[ 'to', LxERP.t8("The existing record has been created from the link target to add."), ], ], |
24 | 24 |
class='wi-verywide') %]</td> |
25 | 25 |
</tr> |
26 |
<tr> |
|
27 |
<td>[%- LxERP.t8("Record number") %]:</td> |
|
28 |
<td>[% L.input_tag('number', '', class='wi-wide') %]</td> |
|
29 |
</tr> |
|
26 | 30 |
<tr class="record_links_add_filter_cv_row"> |
27 | 31 |
<th>[% LxERP.t8("Customer/Vendor Number") %]</th> |
28 | 32 |
<td>[% L.input_tag('vc_number', is_sales ? SELF.object.customer.customernumber : SELF.object.vendor.vendornumber, class='wi-wide') %]</td> |
Auch abrufbar als: Unified diff
Design 4.0: Verknüpfte Belege hinzufügen angepasst