Revision b4c74fe9
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
$credittext = $locale->text('Credit Limit exceeded!!!');
|
||
|
||
my $follow_up_vc = $form->{ $form->{vc} eq 'customer' ? 'customer' : 'vendor' };
|
||
$follow_up_vc =~ s/--.*?//;
|
||
$follow_up_vc =~ s/--\d*\s*$//;
|
||
$TMPL_VAR{follow_up_trans_info} = ($form->{type} =~ /_quotation$/ ? $form->{quonumber} : $form->{ordnumber}) . " ($follow_up_vc)";
|
||
|
||
if ($form->{id}) {
|
Auch abrufbar als: Unified diff
Och Philip...