HR_Payroll: Reset SeqNo for HR_Payroll.Value, there is already HR_Payroll.Name as
This commit is contained in:
parent
4227d852a0
commit
3c5b4dcb98
|
@ -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;
|
|
@ -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;
|
Loading…
Reference in New Issue