[Koha-bugs] [Bug 13423] Untranslatable strings in serials-edit.tt and serials-recieve.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 25 14:37:10 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13423

--- Comment #11 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 38508
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38508&action=edit
Bug 13423: Remove unused serials-recieve

This patch removes two files, serials-recieve.pl and serial-recieve.tt
serials-recieve.pl is not called anyware
(it's recieve!)

Also removes the sub removeMissingIssue called only from serials-recieve.pl

git grep serials-recieve.pl .
C4/Serials.pm:called when a missing issue is found from the serials-recieve.pl
file
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt:     <form
method="post" name="f" action="serials-recieve.pl" onsubmit="return
barcode_check()">
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt:     <form
method="post" name="f2" action="serials-recieve.pl">
serials/serials-recieve.pl:serials-recieve.pl

Just a POD entry and self reference.

After removing of files

git grep removeMissingIssue .
C4/Serials.pm:      &check_routing &updateClaim &removeMissingIssue
C4/Serials.pm:=head2 removeMissingIssue
C4/Serials.pm:removeMissingIssue($subscriptionid)
C4/Serials.pm:sub removeMissingIssue {
t/db_dependent/Serials.t:is(C4::Serials::removeMissingIssue(), undef, 'test
removing a missing issue');

Not used anymore

To test:
1) Apply the patch
2) Check serials workflow, no changes must be noted

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list