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:
bc5c9da
)
#1838: beliebige Kunden- und Lieferantennamen für Kreditoren- und Debitorenbuchungen
author
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Wed, 8 Jan 2014 14:08:56 +0000
(15:08 +0100)
committer
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Wed, 8 Jan 2014 14:09:24 +0000
(15:09 +0100)
bin/mozilla/arap.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/arap.pl
b/bin/mozilla/arap.pl
index
2544986
..
f56da18
100644
(file)
--- a/
bin/mozilla/arap.pl
+++ b/
bin/mozilla/arap.pl
@@
-61,7
+61,7
@@
sub check_name {
$name = $name eq "customer" ? "customer" : "vendor";
- my ($new_name,
$new_id) = split /--/, $form->{$name}
;
+ my ($new_name,
$new_id) = $form->{$name} =~ /^(.*?)--(\d+)$/
;
my $i = 0;
# if we use a selection
if ($form->{"select$name"}) {