Adding Price Fixation Trade No in starting number script

Issue No: SM-616
Created 7/9/2015 2:24:45 AM
Type Task
Priority Major
Status Closed
Resolution Fixed
Fixed Version 15.3
Description SELECT [intStartingNumberId] = 60 ,[strTransactionType] = N'Price Fixation Trade No' ,[strPrefix] = N'' ,[intNumber] = 1 ,[strModule] = N'Contract Management' ,[ysnEnable] = 1 ,[intConcurrencyId] = 1 WHERE NOT EXISTS (SELECT TOP 1 1 FROM tblSMStartingNumber WHERE strTransactionType = N'Price Fixation Trade No')