Ignore:
Timestamp:
Feb 18, 2010, 1:29:00 AM (14 years ago)
Author:
gav
Message:

Minor code formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/SupplierDetailedController.groovy

    r374 r375  
    1818        // In the case of an actionSubmit button, rewrite action name from 'index'.
    1919        if(params._action_Show)
    20         { params.action='show' }
     20            params.action='show'
    2121
    2222        def supplierInstance = Supplier.get( params.id )
     
    5252        // In the case of an actionSubmit button, rewrite action name from 'index'.
    5353        if(params._action_Edit)
    54         { params.action='edit' }
     54            params.action='edit'
    5555
    5656        def supplierInstance = Supplier.get( params.id )
Note: See TracChangeset for help on using the changeset viewer.