View | Details | Raw Unified | Return to bug 3624
Collapse All | Expand All

(-)koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tmpl (-3 / +3 lines)
Lines 222-235 Link Here
222
						<h3><label for="billingplace">Billing Place:</label></h3>
222
						<h3><label for="billingplace">Billing Place:</label></h3>
223
						<select name="billingplace" id="billingplace">
223
						<select name="billingplace" id="billingplace">
224
							<!-- TMPL_LOOP name="billingplaceloop" -->
224
							<!-- TMPL_LOOP name="billingplaceloop" -->
225
							<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
225
							<option value="<!-- TMPL_VAR name="value" -->"<!-- TMPL_IF name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
226
							<!-- /TMPL_LOOP -->
226
							<!-- /TMPL_LOOP -->
227
						</select>
227
						</select>
228
						<h3><label for="deliveryplace">Delivery Place:</label></h3>
228
						<h3><label for="deliveryplace">Delivery Place:</label></h3>
229
						<select name="deliveryplace" id="deliveryplace">
229
						<select name="deliveryplace" id="deliveryplace">
230
							<option value="">--</option>
230
							<option value="">--</option>
231
							<!-- TMPL_LOOP name="deliveryplaceloop" -->
231
							<!-- TMPL_LOOP name="deliveryplaceloop" -->
232
							<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
232
							<option value="<!-- TMPL_VAR name="value" -->"<!-- TMPL_IF name="selected" --> selected="selected"<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
233
							<!-- /TMPL_LOOP -->
233
							<!-- /TMPL_LOOP -->
234
						</select>
234
						</select>
235
						<h3><label for="deliverycomment">Delivery comment:</label></h3>
235
						<h3><label for="deliverycomment">Delivery comment:</label></h3>
Lines 253-259 Link Here
253
253
254
							</ul>
254
							</ul>
255
						</div>
255
						</div>
256
						<div><input type="checkbox" name="close"> Close</input></div>
256
						<div><input type="checkbox" name="close" value="yes"> Close</input></div>
257
		                <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR name="booksellerid" -->" />
257
		                <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR name="booksellerid" -->" />
258
		                <!-- TMPL_IF NAME="basketgroupid" -->
258
		                <!-- TMPL_IF NAME="basketgroupid" -->
259
		                	<input type="hidden" name="basketgroupid" value="<!-- TMPL_VAR name="basketgroupid" -->" />
259
		                	<input type="hidden" name="basketgroupid" value="<!-- TMPL_VAR name="basketgroupid" -->" />

Return to bug 3624