Subversion Repositories SmartDukaan

Rev

Rev 25114 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25114 Rev 27376
Line 92... Line 92...
92
<!-- 									#if($action.canItemCanBeScannedIn($item.getId()))
92
<!-- 									#if($action.canItemCanBeScannedIn($item.getId()))
93
											<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" #end value="$item.getId()" #if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" #end #if($item.isHasItemNo()) hasItemNumber="required" #end>$action.getName($item)</option>
93
											<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" #end value="$item.getId()" #if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" #end #if($item.isHasItemNo()) hasItemNumber="required" #end>$action.getName($item)</option>
94
										#else
94
										#else
95
											<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" #end value="$item.getId()" #if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" #end #if($item.isHasItemNo()) hasItemNumber="required" #end disabled="disabled">$action.getName($item)</option>
95
											<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" #end value="$item.getId()" #if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" #end #if($item.isHasItemNo()) hasItemNumber="required" #end disabled="disabled">$action.getName($item)</option>
96
										#end   -->
96
										#end   -->
97
										<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" #end value="$item.getId()" #if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" #end #if($item.isHasItemNo()) hasItemNumber="required" #end>$action.getName($item)</option>
97
										<option #if($lineItem.getItem_id() == $item.getId()) selected="selected" 
-
 
98
												#end value="$item.getId()" 
-
 
99
												#if($item.getType().name().equals("SERIALIZED")) hasSerialNumber="required" 
-
 
100
												#end 
-
 
101
												#if($item.isHasItemNo()) hasItemNumber="required" 
-
 
102
												#end>
-
 
103
											$action.getName($item)</option>
98
                                    #end
104
                                    #end
99
                                </select>
105
                                </select>
100
                                OR
106
                                OR
101
                                <input class="itemNumber" type="text" tabindex="$tabIndex" name="lineItems[$rowId].item_number" value="$lineItem.getItem_number()" onkeypress="return disableEnterKey(event)"/>
107
                                <input class="itemNumber" type="text" tabindex="$tabIndex" name="lineItems[$rowId].item_number" value="$lineItem.getItem_number()" onkeypress="return disableEnterKey(event)"/>
102
                            </td>
108
                            </td>