Index: trunk/grails-app/services/com/lemans/pdf/BmsService.groovy =================================================================== diff -u -r9845 -r9863 --- trunk/grails-app/services/com/lemans/pdf/BmsService.groovy (.../BmsService.groovy) (revision 9845) +++ trunk/grails-app/services/com/lemans/pdf/BmsService.groovy (.../BmsService.groovy) (revision 9863) @@ -7,9 +7,9 @@ class BmsService extends LemansService { static final String PURCHASE_HISTORY_SQL = 'EXEC dbo.spPurchaseHistory_24_Months @dealer_code = ?' + + static final String DEALER_PICK_SQL = 'EXEC dbo.spDealerPickSavings @dealer_id = ?' - static final String DEALER_PICK_SQL = 'EXEC dbo.spDealerPickSavings_ES3002 @dealer_id = ?' - /** * Finds DealerPicks for a dealer. *