bug 4966: Add a button in parcel.pl for confirm end receiving
Signed-off-by: Nicole Engard <nengard@gmail.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
6ba4419be0
commit
955450dd1b
1 changed files with 8 additions and 0 deletions
|
@ -331,6 +331,14 @@
|
|||
[% ELSE %]There are no received orders.[% END %]
|
||||
</div>
|
||||
|
||||
<!--<form action="/cgi-bin/koha/acqui/parcels.pl?supplierid=[% supplierid %]" method="post">-->
|
||||
<form action="parcels.pl?supplierid=[% supplierid %]" method="post">
|
||||
<input type="hidden" name="supplierid" value="[% supplierid %]">
|
||||
<fieldset class="action">
|
||||
<input type="submit" value="End receiving">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="yui-b">
|
||||
|
|
Loading…
Reference in a new issue