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:
49ec3bd
)
Kunden-CVars-Speicherung gefixt
author
Thomas Heck
<theck@linet-services.de>
Tue, 25 Jun 2013 14:59:20 +0000
(16:59 +0200)
committer
Thomas Heck
<theck@linet-services.de>
Tue, 16 Jul 2013 12:23:54 +0000
(14:23 +0200)
SL/DB/CustomVariable.pm
patch
|
blob
|
history
diff --git
a/SL/DB/CustomVariable.pm
b/SL/DB/CustomVariable.pm
index
dd68cab
..
c90e038
100644
(file)
--- a/
SL/DB/CustomVariable.pm
+++ b/
SL/DB/CustomVariable.pm
@@
-22,7
+22,7
@@
sub value {
goto ×tamp_value if $type eq 'timestamp';
goto &number_value if $type eq 'number';
if ( $type eq 'customer' ) {
- if ( defined($_[1]) ) {
+ if ( defined($_[1])
&& $_[1]
) {
goto &number_value;
}
else {