From: Jan Büren Date: Tue, 10 Jan 2012 12:27:51 +0000 (+0100) Subject: Kommentar all_vc wird auch von do.pl verwendet ergänzt X-Git-Tag: release-2.7.0beta1~61^2~13^2~2^2~11 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=83b3eda1b37e1bd22ae4ea0192cf2b0d5975a0a8;p=kivitendo-erp.git Kommentar all_vc wird auch von do.pl verwendet ergänzt --- diff --git a/SL/Form.pm b/SL/Form.pm index 48744060f..2647a2bca 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2519,7 +2519,7 @@ sub get_name { return scalar(@{ $self->{name_list} }); } -# the selection sub is used in the AR, AP, IS, IR and OE module +# the selection sub is used in the AR, AP, IS, IR, DO and OE module # sub all_vc { $main::lxdebug->enter_sub();