-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Method are needed to verify if a PID is already existing as the system creates or updates a resource, in order to avoid ending up with two records sharing the same PID and whether a reference in the record to a different record exists. * Adds functionality to test pids for existence. * Test during acq_accounts creation and update existence of pids. * Test during acq_invoices cration and update existence of pids. * Test during acq_order_lines creation and update existence of pids. * Test during acq_orders creation and update existence of pids. * Test during holdings creation and update existence of pids. * Test during items creation and update existence of pids. * Test during loans creation and update existence of pids. * Test during patron_types creation und update existence of pids. * closes #850 Co-Authored-by: Peter Weber <[email protected]>
- Loading branch information
Showing
41 changed files
with
686 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.