if the project is regular, the tables of the delivery dates, requested by the subcontractor,
and of the delivery dates, requested by the customer, wont be shown in the general tab. FEA: ItEr76S21UpdateEndDateToCustomer
This commit is contained in:
parent
c0eb800993
commit
b631512889
1 changed files with 4 additions and 2 deletions
|
|
@ -225,7 +225,8 @@
|
|||
</grid>
|
||||
|
||||
<separator spacing="20px"/>
|
||||
<groupbox style="margin-top: 5px" sclass="assignedresources" closable="false">
|
||||
<groupbox style="margin-top: 5px" sclass="assignedresources" closable="false"
|
||||
visible="@{controller.subcontractedProject}">
|
||||
<caption label="${i18n:_('Delivery dates requested by the customer. ')}" />
|
||||
<grid id="gridDeliveryDates"
|
||||
model="@{controller.deliverDates}"
|
||||
|
|
@ -245,7 +246,8 @@
|
|||
</groupbox>
|
||||
</hbox>
|
||||
<separator spacing="20px"/>
|
||||
<groupbox style="margin-top: 5px" sclass="assignedresources" closable="false">
|
||||
<groupbox style="margin-top: 5px" sclass="assignedresources" closable="false"
|
||||
visible="@{controller.subcontractedProject}">
|
||||
<caption label="${i18n:_('Delivery dates asked by the subcontractor. ')}" />
|
||||
<hbox align="bottom" sclass="add-resources-or-criteria">
|
||||
<label value="${i18n:_('New end date for the customer')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue