X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=acqui%2Fcheck_budget_total.pl;h=62e545359cf141521c8151381d8ff3313cf0baac;hb=34811af873c593bd7e09f0a07205ba474032a42a;hp=723e5aeda0fbc85acd32c1dce86fd987c82e004e;hpb=59d0f2268e11a0e21012ecf9024f56cac361f5b9;p=koha.git diff --git a/acqui/check_budget_total.pl b/acqui/check_budget_total.pl index 723e5aeda0..62e545359c 100755 --- a/acqui/check_budget_total.pl +++ b/acqui/check_budget_total.pl @@ -13,11 +13,12 @@ # 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 CGI; use C4::Context; use C4::Output;