Subversion Repositories SmartDukaan

Rev

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

Rev 26176 Rev 26293
Line 121... Line 121...
121
	    						<td>$modelListing.getItemDescription()</td>
121
	    						<td>$modelListing.getItemDescription()</td>
122
	    						<td class="currency">$modelListing.getDp()</td>
122
	    						<td class="currency">$modelListing.getDp()</td>
123
	    						<td class="currency">$modelListing.getMop()</td>
123
	    						<td class="currency">$modelListing.getMop()</td>
124
	    						#if($freezed&&$previousMonth)
124
	    						#if($freezed&&$previousMonth)
125
	    						<td>
125
	    						<td>
126
	    						<input type="number" min="0" max="20" 
126
	    						<input type="number" min="0" max="40" 
127
	    						data-catalog-id="$modelListing.getCatalogId()"
127
	    						data-catalog-id="$modelListing.getCatalogId()"
128
	    						data-selling-price="$modelListing.getDp()"
128
	    						data-selling-price="$modelListing.getDp()"
129
	    						data-brand-name="$modelListing.getBrand()"
129
	    						data-brand-name="$modelListing.getBrand()"
130
	    						data-description="$modelListing.getItemDescription()" 
130
	    						data-description="$modelListing.getItemDescription()" 
131
	    						value="$modelListing.getAllocatedQuantity()" readonly/>
131
	    						value="$modelListing.getAllocatedQuantity()" readonly/>
132
	    						</td>
132
	    						</td>
133
	    						#elseif($freezed)
133
	    						#elseif($freezed)
134
	    						<td>
134
	    						<td>
135
	    						<input type="number" min="0" max="20" 
135
	    						<input type="number" min="0" max="40" 
136
	    						data-catalog-id="$modelListing.getCatalogId()"
136
	    						data-catalog-id="$modelListing.getCatalogId()"
137
	    						data-selling-price="$modelListing.getDp()"
137
	    						data-selling-price="$modelListing.getDp()"
138
	    						data-brand-name="$modelListing.getBrand()"
138
	    						data-brand-name="$modelListing.getBrand()"
139
	    						data-description="$modelListing.getItemDescription()" 
139
	    						data-description="$modelListing.getItemDescription()" 
140
	    						value="$modelListing.getAllocatedQuantity()" readonly/>
140
	    						value="$modelListing.getAllocatedQuantity()" readonly/>
141
	    						</td>
141
	    						</td>
142
	    						#else 
142
	    						#else 
143
	    						<td>
143
	    						<td>
144
						    	<input type="number" min="0" max="20" 
144
						    	<input type="number" min="0" max="40" 
145
	    						data-catalog-id="$modelListing.getCatalogId()"
145
	    						data-catalog-id="$modelListing.getCatalogId()"
146
	    						data-selling-price="$modelListing.getDp()"
146
	    						data-selling-price="$modelListing.getDp()"
147
	    						data-brand-name="$modelListing.getBrand()"
147
	    						data-brand-name="$modelListing.getBrand()"
148
	    						data-description="$modelListing.getItemDescription()" 
148
	    						data-description="$modelListing.getItemDescription()" 
149
	    						value="$modelListing.getAllocatedQuantity()"/> 						
149
	    						value="$modelListing.getAllocatedQuantity()"/>