Skip to content

Commit

Permalink
Circulation : fix typo in circulation module
Browse files Browse the repository at this point in the history
* Fixes a missing comma in circulation module.

Co-authored-by: Renaud Michotte <renaud.michotte@gmail.com>
  • Loading branch information
zannkukai committed Apr 23, 2020
1 parent 735a088 commit ca375d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/admin/src/app/circulation/circulation.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import { RequestedItemsListComponent } from './requested-items-list/requested-it
PatronTransactionEventComponent,
PatronTransactionEventFormComponent,
OverdueTransactionComponent,
DefaultTransactionComponent
DefaultTransactionComponent,
PatronTransactionEventFormComponent,
HistoryComponent,
HistoryItemComponent
Expand Down

0 comments on commit ca375d9

Please sign in to comment.