[Bug #965] Change field 'Date' to 'Receipt date' in OrderElement's Material tab
FEA: ItEr74S04BugFixing
This commit is contained in:
parent
0f382552b1
commit
145b6b70f9
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue