ItEr52S04ValidacionEProbasFuncionaisItEr51S04: [Bug #405] Fixed not allowing remove calculated advances.
This commit is contained in:
parent
4b6166e005
commit
7fe11da2cf
1 changed files with 6 additions and 0 deletions
|
|
@ -554,6 +554,12 @@ public class ManageOrderElementAdvancesController extends
|
|||
}
|
||||
});
|
||||
|
||||
if (advance instanceof IndirectAdvanceAssignment) {
|
||||
removeButton.setDisabled(true);
|
||||
removeButton
|
||||
.setTooltiptext(_("Calculated advances can not be removed"));
|
||||
}
|
||||
|
||||
Listcell listCell = new Listcell();
|
||||
listCell.appendChild(removeButton);
|
||||
listItem.appendChild(listCell);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue