Changed logic of storing recurring transactions
This commit is contained in:
parent
f5122630ea
commit
39c47a4983
21 changed files with 7702 additions and 17 deletions
|
@ -81,11 +81,6 @@ __PACKAGE__->might_have(
|
|||
"Pear::LocalLoop::Schema::Result::TransactionCategory" => "transaction_id",
|
||||
);
|
||||
|
||||
__PACKAGE__->might_have(
|
||||
"recurring",
|
||||
"Pear::LocalLoop::Schema::Result::TransactionRecurring" => "transaction_id",
|
||||
);
|
||||
|
||||
sub sqlt_deploy_hook {
|
||||
my ( $source_instance, $sqlt_table ) = @_;
|
||||
my $pending_field = $sqlt_table->get_field('essential');
|
||||
|
|
Reference in a new issue