Revision 5e0c45f8
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DB/EmailJournalAttachment.pm | ||
---|---|---|
# TODO: file and webdav use different types
|
||
$record_type = 'accounts_payable' if $record_type eq 'ap_transaction';
|
||
$record_type = 'general_ledger' if $record_type eq 'ar_transaction';
|
||
$record_type = 'general_ledger' if $record_type eq 'gl_transaction';
|
||
$record_type = 'invoice' if $record_type eq 'invoice_storno';
|
||
my $webdav = SL::Webdav->new(
|
||
type => $record_type,
|
Auch abrufbar als: Unified diff
Belegvorlagen + Dialogbuchung: Workflow von EmailJournal aus umgesetzt