View | Details | Raw Unified | Return to bug 24151
Collapse All | Expand All

(-)a/Koha/PseudonymizedTransaction.pm (-3 / +2 lines)
Lines 11-19 package Koha::PseudonymizedTransaction; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License along
14
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
16
18
use Modern::Perl;
17
use Modern::Perl;
19
18
(-)a/Koha/PseudonymizedTransactions.pm (-4 / +2 lines)
Lines 11-19 package Koha::PseudonymizedTransactions; Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
13
#
14
# You should have received a copy of the GNU General Public License along
14
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
16
18
use Modern::Perl;
17
use Modern::Perl;
19
18
20
- 

Return to bug 24151