X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/0f179c9ab60ac22c697027cadc9f4bdb9c515ce5..ada964d139eb652502bbdec96adf8634e49d8872:/SL/Drafts.pm?ds=inline diff --git a/SL/Drafts.pm b/SL/Drafts.pm index 16111af9c..bf19e52d3 100644 --- a/SL/Drafts.pm +++ b/SL/Drafts.pm @@ -38,6 +38,10 @@ sub get_module { my @dont_save = qw(login password action); +sub dont_save { + return @dont_save; +} + sub save { $main::lxdebug->enter_sub();