Revision a818dbfa
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
168 | 168 |
$form->{customer} = qq|$form->{customer}--$form->{"customer_id"}|; |
169 | 169 |
} |
170 | 170 |
|
171 |
$form->{oldcustomer} = "$form->{customer}--$form->{customer_id}"; |
|
172 |
$form->{selectcustomer} = 1; |
|
171 |
$form->{"oldcustomer"} = $form->{customer}; |
|
172 |
|
|
173 |
if ($form->{"oldcustomer"} !~ m/--\d+$/ && $form->{"customer_id"}) { |
|
174 |
$form->{"oldcustomer"} .= qq|--$form->{"customer_id"}| |
|
175 |
} |
|
176 |
|
|
177 |
|
|
178 |
# $form->{oldcustomer} = "$form->{customer}--$form->{customer_id}"; |
|
179 |
# $form->{selectcustomer} = 1; |
|
173 | 180 |
|
174 | 181 |
$form->{employee} = "$form->{employee}--$form->{employee_id}"; |
175 | 182 |
|
locale/de/dn | ||
---|---|---|
218 | 218 |
'SAVED FOR DUNNING' => 'Gespeichert', |
219 | 219 |
'SCREENED' => 'Angezeigt', |
220 | 220 |
'Sales Invoice' => 'Rechnung', |
221 |
'Salesperson' => 'Verk?ufer/in', |
|
222 | 221 |
'Sales Order' => 'Kundenauftrag', |
223 | 222 |
'Sales quotation' => 'Angebot', |
223 |
'Salesperson' => 'Verk?ufer', |
|
224 | 224 |
'Screen' => 'Bildschirm', |
225 | 225 |
'Select a Customer' => 'Endkunde ausw?hlen', |
226 | 226 |
'Select a customer' => 'Einen Kunden auswählen', |
templates/webpages/dunning/search_de.html | ||
---|---|---|
105 | 105 |
<tr> |
106 | 106 |
<th align="right" nowrap>Alte Mahnungen anzeigen</th> |
107 | 107 |
<td><input type="checkbox" value="1" name="showold"></td> |
108 |
<th align="right" nowrap>Verkäufer anzeigen</th> |
|
109 |
<td><input type="checkbox" value="1" name="l_salesman"></td> |
|
110 | 108 |
</tr> |
111 | 109 |
</table> |
112 | 110 |
</td> |
templates/webpages/is/form_header_de.html | ||
---|---|---|
7 | 7 |
<script type="text/javascript" src="js/vendor_selection.js"></script> |
8 | 8 |
<script type="text/javascript" src="js/calculate_qty.js"></script> |
9 | 9 |
<script type="text/javascript" src="js/follow_up.js"></script> |
10 |
<script type="text/javascript" src="js/customer_or_vendor_selection.js"></script> |
|
10 | 11 |
|
11 | 12 |
<form method="post" name="invoice" action="[% script %]"> |
12 | 13 |
|
templates/webpages/is/form_header_master.html | ||
---|---|---|
7 | 7 |
<script type="text/javascript" src="js/vendor_selection.js"></script> |
8 | 8 |
<script type="text/javascript" src="js/calculate_qty.js"></script> |
9 | 9 |
<script type="text/javascript" src="js/follow_up.js"></script> |
10 |
<script type="text/javascript" src="js/customer_or_vendor_selection.js"></script> |
|
10 | 11 |
|
11 | 12 |
<form method="post" name="invoice" action="[% script %]"> |
12 | 13 |
|
Auch abrufbar als: Unified diff
is_templates: Kundenauswahl ohne dropdown fix.