HR_Payroll: Reset SeqNo for HR_Payroll.Value, there is already HR_Payroll.Name as

This commit is contained in:
teo_sarca 2008-06-06 11:58:00 +00:00
parent 4227d852a0
commit 3c5b4dcb98
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- Reset SeqNo for HR_Payroll.Value, there is already HR_Payroll.Name as identifier
update AD_Column set SeqNo=null
where AD_Column_ID=54887 and IsIdentifier='N' and SeqNo=1;

View File

@ -0,0 +1,3 @@
-- Reset SeqNo for HR_Payroll.Value, there is already HR_Payroll.Name as identifier
update AD_Column set SeqNo=null
where AD_Column_ID=54887 and IsIdentifier='N' and SeqNo=1;