mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Corrected the field name from res_owner to res_creator.
In database has only the res_creator column.
This commit is contained in:
parent
1e98a89bbd
commit
87df342a89
@ -31,7 +31,7 @@
|
||||
<description value="Created by"/>
|
||||
<hbox>
|
||||
<menulist>
|
||||
<menupopup type="select-account" id="res_owner" readonly="true"/>
|
||||
<menupopup type="select-account" id="res_creator" readonly="true"/>
|
||||
</menulist>
|
||||
<date-time id="res_created" readonly="true" align="right"/>
|
||||
</hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user