- Timestamp:
- Nov 23, 2011, 1:44:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/InventoryStoreDetailedController.groovy
r957 r961 13 13 14 14 def list = { 15 params.max = Math.min( params.max ? params.max.toInteger() : 10 , 100)15 params.max = Math.min( params.max ? params.max.toInteger() : 100, 1000 ) 16 16 def associatedPropertyMax = 1000 17 17 def associatedPropertyValues = [:]
Note: See TracChangeset
for help on using the changeset viewer.