Revision da6a7abf
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
237 | 237 |
} |
238 | 238 |
|
239 | 239 |
$form->{"old$form->{vc}"} = $form->{$form->{vc}}; |
240 |
$form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| unless ($form->{"old$form->{vc}"} =~ m/--\d+$/); |
|
240 |
|
|
241 |
if ($form->{"old$form->{vc}"} !~ m/--\d+$/ && $form->{"$form->{vc_}id}"}) { |
|
242 |
$form->{"old$form->{vc}"} .= qq|--$form->{"$form->{vc}_id"}| |
|
243 |
} |
|
241 | 244 |
|
242 | 245 |
$lxdebug->leave_sub(); |
243 | 246 |
} |
Auch abrufbar als: Unified diff
Fix für eini potentielles Randproblem in OE Masken, wenn sehr wenige Kunden im System sind, und vclimit auf sehr kleine Werte gesetzt ist.