Renamed operations column in external companies grid
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
6de5eb8b0e
commit
981dd202b4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<newdatasortablecolumn label="${i18n:_('Client')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Subcontractor')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Associated user')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Actions')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Operations')}" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row self="@{each='company'}" value="@{company}" onClick="controller.goToEditForm(self.value)">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue