Subversion Repositories SmartDukaan

Rev

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

Rev 5591 Rev 7410
Line 72... Line 72...
72
                </tr>
72
                </tr>
73
                <tr >
73
                <tr >
74
                    <td >Communication Address</td>
74
                    <td >Communication Address</td>
75
                    <td ><input name="communicationAddress" type="text" class="required" size="70"/></td>
75
                    <td ><input name="communicationAddress" type="text" class="required" size="70"/></td>
76
                </tr>
76
                </tr>
-
 
77
				<tr >
-
 
78
                    <td >Physical(Billing) Warehouse Location</td>
-
 
79
                    <td >
-
 
80
						<select name = "billingWarehouseIds" multiple = "multiple" style = "height:36px" class="required">
-
 
81
                            <option value = "7">Mahipalpur</option>
-
 
82
							<option value = "12">Goregaon</option>
-
 
83
							<option value = "13">Bhiwandi</option>
-
 
84
                        </select>
-
 
85
					</td>
-
 
86
                </tr>
77
                <tr>
87
                <tr>
78
                    <td colspan="2"><input type="submit" value="Create" /></td>
88
                    <td colspan="2"><input type="submit" value="Create" /></td>
79
                </tr>
89
                </tr>
80
            </table>
90
            </table>
81
		</form>
91
		</form>