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:
Susana Montes Pedreira 2012-04-10 09:16:44 +01:00
parent c0eb800993
commit b631512889

View file

@ -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')}" />