Lines 67-72
my $budget_id = AddBudget({
Link Here
|
67 |
my $frequency_id = AddSubscriptionFrequency({ description => "Test frequency 1" }); |
67 |
my $frequency_id = AddSubscriptionFrequency({ description => "Test frequency 1" }); |
68 |
my $pattern_id = AddSubscriptionNumberpattern({ |
68 |
my $pattern_id = AddSubscriptionNumberpattern({ |
69 |
label => 'Test numberpattern 1', |
69 |
label => 'Test numberpattern 1', |
|
|
70 |
description => 'Description for numberpattern 1', |
70 |
numberingmethod => '{X}', |
71 |
numberingmethod => '{X}', |
71 |
label1 => q{}, |
72 |
label1 => q{}, |
72 |
add1 => 1, |
73 |
add1 => 1, |
73 |
- |
|
|