X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FCustomVariableConfig.pm;h=ab7f83b33700235dd009a3e6bf47156949277069;hb=24ab7ec0bfb052edce7a3c7a6e37c151f9cd6a04;hp=973e3a836be474e23749ce3a26c479e9e5634df5;hpb=8e405005059d7957a627be4bd145b68fd945ac1d;p=kivitendo-erp.git diff --git a/SL/DB/CustomVariableConfig.pm b/SL/DB/CustomVariableConfig.pm index 973e3a836..ab7f83b33 100644 --- a/SL/DB/CustomVariableConfig.pm +++ b/SL/DB/CustomVariableConfig.pm @@ -111,6 +111,7 @@ sub value_col { return { bool => 'bool_value', timestamp => 'timestamp_value', + date => 'timestamp_value', number => 'number_value', integer => 'number_value', customer => 'number_value', @@ -118,7 +119,6 @@ sub value_col { part => 'number_value', text => 'text_value', textfield => 'text_value', - date => 'text_value', select => 'text_value' }->{$type}; }