Ignore:
Timestamp:
Nov 24, 2010, 12:57:45 PM (13 years ago)
Author:
gav
Message:

Fix for ticket #91 - Purchasing - run order price update when invoice is updated.

File:
1 edited

Legend:

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

    r633 r717  
    350350        }
    351351
     352        // Prevent lazy initialization error.
     353        result.inventoryItemPurchaseInstance.costCode.attach()
     354
    352355        render(view:'receive',
    353356                        model:['inventoryItemPurchaseInstance': result.inventoryItemPurchaseInstance,
     
    394397        }
    395398
     399        // Prevent lazy initialization error.
     400        result.inventoryItemPurchaseInstance.costCode.attach()
     401
    396402        render(view:'approveInvoicePayment',
    397403                    model:['inventoryItemPurchaseInstance': result.inventoryItemPurchaseInstance,
Note: See TracChangeset for help on using the changeset viewer.