[Bug #965] Change field 'Date' to 'Receipt date' in OrderElement's Material tab

FEA: ItEr74S04BugFixing
This commit is contained in:
Diego Pino Garcia 2011-04-06 15:56:52 +02:00
parent 0f382552b1
commit 145b6b70f9

View file

@ -26,7 +26,7 @@
model="@{assignedMaterialsController.assignedMaterials}">
<columns>
<newdatasortablecolumn label="${i18n:_('Code')}" />
<newdatasortablecolumn label="${i18n:_('Date')}" />
<newdatasortablecolumn label="${i18n:_('Receipt date')}" />
<newdatasortablecolumn label="${i18n:_('Units')}" />
<newdatasortablecolumn label="${i18n:_('Unit type')}" />
<newdatasortablecolumn label="${i18n:_('Unit price')}" />
@ -70,4 +70,4 @@
</rows>
</newdatasortablegrid>
</panelchildren>
</panel>
</panel>