Lines 146-152
Link Here
|
146 |
<button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button> |
146 |
<button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button> |
147 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
147 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
148 |
[% INCLUDE 'csrf-token.inc' %] |
148 |
[% INCLUDE 'csrf-token.inc' %] |
149 |
<input type="hidden" name="op" value="cud-delete_confirm" /> |
149 |
<input type="hidden" name="op" value="cud-delete" /> |
150 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
150 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
151 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
151 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
152 |
<input type="hidden" name="delbiblio" value="0" /> |
152 |
<input type="hidden" name="delbiblio" value="0" /> |
Lines 165-171
Link Here
|
165 |
<button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button> |
165 |
<button type="button" class="btn btn-primary" data-dismiss="modal">Cancel</button> |
166 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
166 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
167 |
[% INCLUDE 'csrf-token.inc' %] |
167 |
[% INCLUDE 'csrf-token.inc' %] |
168 |
<input type="hidden" name="op" value="cud-delete_confirm" /> |
168 |
<input type="hidden" name="op" value="cud-delete" /> |
169 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
169 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
170 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
170 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
171 |
<input type="hidden" name="delbiblio" value="0" /> |
171 |
<input type="hidden" name="delbiblio" value="0" /> |
Lines 174-180
Link Here
|
174 |
|
174 |
|
175 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
175 |
<form action="/cgi-bin/koha/acqui/basket.pl" method="post"> |
176 |
[% INCLUDE 'csrf-token.inc' %] |
176 |
[% INCLUDE 'csrf-token.inc' %] |
177 |
<input type="hidden" name="op" value="cud-delete_confirm" /> |
177 |
<input type="hidden" name="op" value="cud-delete" /> |
178 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
178 |
<input type="hidden" name="basketno" value="[% basketno | html %]" /> |
179 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
179 |
<input type="hidden" name="booksellerid" value="[% booksellerid | html %]" /> |
180 |
<input type="hidden" name="delbiblio" value="1" /> |
180 |
<input type="hidden" name="delbiblio" value="1" /> |