Fixed recurring purchase entry
This commit is contained in:
parent
79324ff5f7
commit
d937e64663
19 changed files with 7421 additions and 2 deletions
|
@ -188,7 +188,6 @@ sub post_upload {
|
|||
my $category = $validation->param('category');
|
||||
my $essential = $validation->param('essential');
|
||||
my $recurring_period = $validation->param('recurring');
|
||||
Dwarn $recurring_period;
|
||||
my $distance = $c->get_distance_from_coords( $user->entity->type_object, $organisation );
|
||||
|
||||
my $new_transaction = $organisation->entity->create_related(
|
||||
|
|
Reference in a new issue