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:
e03993b
)
Kunden-CVars-Speicherung gefixt
author
Thomas Heck
<theck@linet-services.de>
Tue, 25 Jun 2013 14:59:20 +0000
(16:59 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:02 +0000
(09:09 +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 {