From 254bb419cf6ffdd2a4a2d69012b7ff393bed23d6 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 14 May 2003 14:33:07 +0000 Subject: [PATCH] fix for #407 --- acqui/modorders.pl | 41 ---------------------- .../intranet-tmpl/default/en/acqui/basket.tmpl | 33 ++++------------- .../intranet-tmpl/default/fr/acqui/basket.tmpl | 27 +++----------- 3 files changed, 11 insertions(+), 90 deletions(-) delete mode 100755 acqui/modorders.pl diff --git a/acqui/modorders.pl b/acqui/modorders.pl deleted file mode 100755 index 925ba2a5af..0000000000 --- a/acqui/modorders.pl +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/perl - -#script to add an order into the system -#written 29/2/00 by chris@katipo.co.nz - - -# Copyright 2000-2002 Katipo Communications -# -# This file is part of Koha. -# -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# 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 - -use strict; -use CGI; -use C4::Output; -use C4::Catalogue; -use C4::Biblio; - -my $input = new CGI; -my $basketno=$input->param('basketno'); -my $count=$input->param('number'); -for (my $i=0;$i<$count;$i++){ - my $bibnum=$input->param("bibnum$i"); - my $ordnum=$input->param("ordnum$i"); - my $quantity=$input->param("quantity$i"); - if ($quantity == 0){ - delorder($bibnum,$ordnum); - } -} -print $input->redirect("basket.pl?basket=$basketno"); diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl index c3d2d0c7f6..9f8db5ccf1 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui/basket.tmpl @@ -3,11 +3,7 @@

Shopping Basket for >


(Our Reference: , #, authorised by: )
-

-

@@ -25,12 +21,10 @@ - - - - - value=> - value=> + + + + > @@ -38,31 +32,18 @@ - + - + - - - - - - - - - - +
Order &id=&basket="> size=6 value=""> size=6 value=""> size=6 value="" onchange='update(this.form)'> size=10 value=>
HELP
- To cancel an order, just change the quantity to 0 and click "save changes".
To change any of the catalogue or accounting information attached to an order, click on the title.
SubTotal$>$
GST$>$
TOTAL$>
- - - $
diff --git a/koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl index 9693221bcb..991d0dd761 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl +++ b/koha-tmpl/intranet-tmpl/default/fr/acqui/basket.tmpl @@ -3,11 +3,7 @@ Panier for >
(Référence: , #, passée par : )
-

-

@@ -25,12 +21,10 @@ - - - - - value=> - value=> + + + + > @@ -38,7 +32,6 @@ @@ -53,18 +46,6 @@ - - - - - - - - -
N° cmde &id=&basket="> size=6 value=""> size=6 value=""> size=6 value="" onchange='update(this.form)'> size=10 value=>">">
AIDE
- Pour annuler une commande, mettre la quantité à 0 et cliquer sur "enregistrer"
Pour changer un élément de cataloguage ou de comptabilité attaché à une commande, cliquer sur le titre
Sous-Total?>
- /images/save-changes.gif border=0 width=187 height=42 align=right> - -
"> -- 2.11.0