Revision c108773f
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
493 | 493 |
$vclabel = ucfirst $form->{vc}; |
494 | 494 |
$vclabel = $locale->text($vclabel); |
495 | 495 |
|
496 |
$terms = qq| |
|
497 |
<tr> |
|
498 |
<th align=right nowrap>| . $locale->text('Terms: Net') . qq|</th> |
|
499 |
<td nowrap><input name=terms size="3" maxlength="3" value=$form->{terms}> | |
|
500 |
. $locale->text('days') . qq|</td> |
|
501 |
</tr> |
|
502 |
|; |
|
496 |
$terms = qq|<input name=terms size="3" maxlength="3" value="| . |
|
497 |
$form->quote($form->{terms}) . qq|">|; |
|
503 | 498 |
|
504 | 499 |
if ($form->{business}) { |
505 | 500 |
$business = qq| |
Auch abrufbar als: Unified diff
Bei Kunden, Lieferanten und den Verkaufsmasken die Zahlungsziele entfernt. In der Datenbank bleiben sie erst einmal vorhanden.