projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6607a71
)
Och Philip...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 19 May 2009 09:14:21 +0000
(09:14 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 19 May 2009 09:14:21 +0000
(09:14 +0000)
bin/mozilla/oe.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/oe.pl
b/bin/mozilla/oe.pl
index
43b360f
..
656abcb
100644
(file)
--- a/
bin/mozilla/oe.pl
+++ b/
bin/mozilla/oe.pl
@@
-342,7
+342,7
@@
sub form_header {
$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}) {