Bug 8382 [Follow-up] It is not possible to cancel an order when receiving on a filtered page in parcel.pl
In order to be valid XHTML ampersands must be encoded ("&"). Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
b6433ee60a
commit
d30a8ae220
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@
|
|||
<input type="hidden" value="[% invoice %]" name="invoice" />
|
||||
<input type="hidden" value="[% invoicedatereceived %]" name="datereceived" />
|
||||
<input type="submit" value="Filter" />
|
||||
<a href="/cgi-bin/koha/acqui/parcel.pl?booksellerid=[% booksellerid %]&invoice=[% invoice %]&op=new&datereceived=[% formatteddatereceived %]">Clear</a>
|
||||
<a href="/cgi-bin/koha/acqui/parcel.pl?booksellerid=[% booksellerid %]&invoice=[% invoice %]&op=new&datereceived=[% formatteddatereceived %]">Clear</a>
|
||||
</fieldset>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue