IDEMPIERE-2786 Redundant call to MRequest.setDueType (extensibility issue)
This commit is contained in:
parent
2f0204288c
commit
8fbab46917
|
@ -202,7 +202,6 @@ public class RequestEventHandler extends AbstractEventHandler implements Managed
|
||||||
// Update
|
// Update
|
||||||
r.setDateLastAction(r.getUpdated());
|
r.setDateLastAction(r.getUpdated());
|
||||||
r.setLastResult(r.getResult());
|
r.setLastResult(r.getResult());
|
||||||
r.setDueType();
|
|
||||||
// Reset
|
// Reset
|
||||||
r.setConfidentialTypeEntry (r.getConfidentialType());
|
r.setConfidentialTypeEntry (r.getConfidentialType());
|
||||||
// r.setStartDate(null); //red1 - bug [ 1743159 ] Requests - Start Date is not retained.
|
// r.setStartDate(null); //red1 - bug [ 1743159 ] Requests - Start Date is not retained.
|
||||||
|
|
Loading…
Reference in New Issue