Skip to content

Commit

Permalink
squash 141
Browse files Browse the repository at this point in the history
  • Loading branch information
mblenk committed Jul 19, 2024
1 parent 9123afe commit c2cceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Koha/Plugin/Acquire.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub install {
table_name_mappings => {
settings => $self->get_qualified_table_name('settings'),
workflow_tasks => $self->get_qualified_table_name('workflow_tasks'),
fiscal_period => $self->get_qualified_table_name('fiscal_period'),
fiscal_period => $self->get_qualified_table_name('fiscal_period'),
ledgers => $self->get_qualified_table_name('ledgers'),
funds => $self->get_qualified_table_name('funds'),
sub_funds => $self->get_qualified_table_name('sub_funds'),
Expand Down

0 comments on commit c2cceee

Please sign in to comment.