hi,
The value of workorder.getCategory() is coming i.e some times it show Ass.Programmer ,Programmer and Sr.Programmer
as depend upon the category.
My probelm is that
the values of these staticAssProg, staticSrPrg , staticProgrammer . is coming zero
in the function
public
String issueWork()
{
total= staticSrPrg*SP+ staticAssProg*AP+ staticProgrammer*P;
}
and it making my total is zero.
.
Please help me.