-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AR404_5 : started adding operation better_itemDVD
- Loading branch information
1 parent
83b7ad2
commit a5d8030
Showing
5 changed files
with
43 additions
and
171 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
import fcr_classes as fcr | ||
import api.koha.Koha_API_PublicBiblio as Koha_API_PublicBiblio | ||
import os | ||
|
||
es = fcr.Execution_Settings(os.path.dirname(__file__)) | ||
es.load_env_values() | ||
rec = fcr.Original_Record({}) | ||
koha_record = Koha_API_PublicBiblio.Koha_API_PublicBiblio("514854", es.origin_url, service=es.service, format="application/marcxml+xml") | ||
|
||
|
||
rec.get_origin_database_data(es.processing, koha_record.record_parsed, fcr.Databases.KOHA_PUBLIC_BIBLIO, es) | ||
print("ara ara") |
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