mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +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
0f485040b5
@ -181,7 +181,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