X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDrafts.pm;h=bf19e52d33c65d0f9deddf4131b1cf3ae2530a03;hb=b8ee6b6ed46e55095b955ee1800b8a4b8d8ccc3f;hp=16111af9c91ec0b45e69a999bb07a5dd1fa09a87;hpb=075bd42af8885aee3c18fe055a2c82b8b43f4cea;p=kivitendo-erp.git 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();