]> wagnertech.de Git - kivitendo-erp.git/blob - SL/BackgroundJob/ALL.pm
Invoice::post selber ar_id setzen lassen, wenn nicht angegeben
[kivitendo-erp.git] / SL / BackgroundJob / ALL.pm
1 package SL::BackgroundJob::ALL;
2
3 use strict;
4
5 use SL::BackgroundJob::Base;
6 use SL::BackgroundJob::CleanBackgroundJobHistory;
7
8 1;
9