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