X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FContract.pm;h=2fd54e7f0fe567235bca3c78bab3c10591ee9801;hb=17a508e0532d6dcf1f2b1f7bf4f36644dd15e7aa;hp=01dadd23dea810846ca01b6bbaa34aba7461c7b3;hpb=0ed6bcdabbfc82d603b8c15da0f699887c5c2f45;p=koha_fer diff --git a/C4/Contract.pm b/C4/Contract.pm index 01dadd23de..2fd54e7f0f 100644 --- a/C4/Contract.pm +++ b/C4/Contract.pm @@ -13,11 +13,12 @@ package C4::Contract; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use C4::SQLHelper qw(:all); use vars qw($VERSION @ISA @EXPORT);