Subversion Repositories SmartDukaan

Rev

Rev 5378 | Rev 7624 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5378 Rev 5496
Line 23... Line 23...
23
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
23
			<input type="hidden" name="poId" value="$action.getPurchaseOrderId()"/>
24
			<table>
24
			<table>
25
				<tr>
25
				<tr>
26
					<td>Invoice No:</td>
26
					<td>Invoice No:</td>
27
					<td>
27
					<td>
28
						<input type="text" name="invoiceNo" class="required"/>
28
                        <select name="invoiceNo" class="required"> 
-
 
29
                            #foreach($invoice in $action.getInvoices())
-
 
30
                                <option value="$invoice.getInvoiceNumber()" >$invoice.getInvoiceNumber()</option>
-
 
31
                            #end
-
 
32
                        </select>
29
					</td>
33
    					</td>
30
				</tr>
34
				</tr>
31
				<tr>
35
				<tr>
32
					<td>Freight Charges:</td>
36
					<td>Freight Charges:</td>
33
					<td>
37
					<td>
34
						<input type="text" name="freightCharges"/>
38
						<input type="text" name="freightCharges"/>