-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bws marc ordering #134
base: master
Are you sure you want to change the base?
Bws marc ordering #134
Conversation
|
||
|
||
|
||
my $crypt = Koha::Encryption->new; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this was originally here for storing a password in the FTP case?
I don't see it used at the moment.
|
||
use Modern::Perl; | ||
use Try::Tiny qw( catch try ); | ||
use Net::FTP; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover from initial thoughts that we'd be doing the FTP pull side.
7ec6ccd
to
74a1a68
Compare
…ings and introduce MarcFieldsToOrder to cronjob
9d648c9
to
818afb6
Compare
be7f32c
to
07848a8
Compare
5acfd80
to
c8f96b0
Compare
c8f96b0
to
ba4ab81
Compare
No description provided.