X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fcheck_budget_parent.pl;h=8f56e2ccd8f3f79525c1cefcc898472dc87e8385;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=991160ef6d4578c63d919ee018ea72cda98fbf57;hpb=4747ea7462c04770484386538b1594c1760bc75b;p=koha_fer diff --git a/admin/check_budget_parent.pl b/admin/check_budget_parent.pl index 991160ef6d..8f56e2ccd8 100755 --- a/admin/check_budget_parent.pl +++ b/admin/check_budget_parent.pl @@ -13,18 +13,19 @@ # 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; use C4::Auth; use C4::Budgets; -=head1 +=head1 DESCRIPTION fetches the budget amount fron the DB, called by aqbudgets.pl and neworderempty.pl