X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/075bd42af8885aee3c18fe055a2c82b8b43f4cea..ada964d139eb652502bbdec96adf8634e49d8872:/SL/Drafts.pm 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();