MCost - apply best practices - use firstOnly instead of first

This commit is contained in:
teo_sarca 2009-06-15 08:21:40 +00:00
parent 89bb37d216
commit 07ec27d080
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ public class MCost extends X_M_Cost
as.getM_CostType_ID(),
as.getC_AcctSchema_ID(),
M_CostElement_ID})
.first();
.firstOnly();
//FR: [ 2214883 ] - end -
// New
if (cost == null)