Revision c108773f
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
953 | 953 |
<tr> |
954 | 954 |
<th align=right>| . $locale->text('Credit Limit') . qq|</th> |
955 | 955 |
<td><input name=creditlimit size=9 value="$form->{creditlimit}"></td> |
956 |
<th align=right>| . $locale->text('Terms: Net') . qq|</th>
|
|
957 |
<td><input name=terms size=2 value="$form->{terms}">|
|
|
958 |
. $locale->text('days') . qq|</td>
|
|
956 |
<input type="hidden" name="terms" value="$form->{terms}">
|
|
957 |
<th align=right>| . $locale->text('Payment Terms') . qq|</th>
|
|
958 |
<td><select name=payment_id>$payment</select></td>
|
|
959 | 959 |
<th align=right>| . $locale->text('Discount') . qq|</th> |
960 | 960 |
<td><input name=discount size=4 value="$form->{discount}"> |
961 | 961 |
%</td> |
... | ... | |
991 | 991 |
<tr> |
992 | 992 |
<td align=right>| . $locale->text('Obsolete') . qq|</td> |
993 | 993 |
<td><input name=obsolete class=checkbox type=checkbox value=1 $form->{obsolete}></td> |
994 |
<th align=right>| . $locale->text('Payment Terms') . qq|</th> |
|
995 |
<td><select name=payment_id>$payment |
|
996 |
</select></td> |
|
997 | 994 |
</tr> |
998 | 995 |
$taxzone |
999 | 996 |
</table> |
Auch abrufbar als: Unified diff
Bei Kunden, Lieferanten und den Verkaufsmasken die Zahlungsziele entfernt. In der Datenbank bleiben sie erst einmal vorhanden.