Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
abde31e5
Commit
abde31e5
authored
Jun 11, 2021
by
Petter Goksøyr Åsen
Browse files
DEICH-5941
remove debug print
parent
e5299844
Changes
1
Hide whitespace changes
Inline
Side-by-side
koha/api/RESTAPI/Patron/Search.pm
View file @
abde31e5
...
...
@@ -18,7 +18,6 @@ resource patronsearch => sub {
requires
("
birthdate
",
type
=>
Str
,
desc
=>
"
patron birthdate in the format: %YYYY-%mm-%dd
"),
);
post
sub
{
warn
"
yo der
";
my
$params
=
shift
;
my
$p
=
Deichman::
Patron
->
new
()
->
FindByBirthdate
(
$params
->
{
birthdate
});
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment