Revision 331dddce
Von Tamino Steinert vor 9 Monaten hinzugefügt
SL/DB/Invoice/TypeData.pm | ||
---|---|---|
15 | 15 |
CREDIT_NOTE_STORNO_TYPE => 'credit_note_storno', |
16 | 16 |
}; |
17 | 17 |
|
18 |
my @export_types = qw(PURCHASE_INVOICE_TYPE PURCHASE_CREDIT_NOTE_TYPE); |
|
18 |
my @export_types = qw( |
|
19 |
INVOICE_TYPE INVOICE_FOR_ADVANCE_PAYMENT_TYPE |
|
20 |
INVOICE_FOR_ADVANCE_PAYMENT_STORNO_TYPE FINAL_INVOICE_TYPE |
|
21 |
INVOICE_STORNO_TYPE CREDIT_NOTE_TYPE CREDIT_NOTE_STORNO_TYPE |
|
22 |
); |
|
19 | 23 |
my @export_subs = qw(valid_types validate_type is_valid_type get get3); |
20 | 24 |
|
21 | 25 |
our @EXPORT_OK = (@export_types, @export_subs); |
Auch abrufbar als: Unified diff
S:D:Invoice::TypeData: FIX: exportiere korrekte Typen