mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Renamed getDatetimeAdded so it has the same name as the coloumn name
This commit is contained in:
parent
336ff7b103
commit
52acac3681
3 changed files with 7 additions and 9 deletions
|
@ -213,7 +213,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label>{% trans %}lastModified{% endtrans %}:</label>
|
||||
<p>{{ part.lastModified | date }}
|
||||
<p>{{ part.addedDate | date }}
|
||||
{# {if !empty($last_modified_user)} {% trans %}by{% endtrans %}
|
||||
{if $can_visit_user}
|
||||
<a href="{$relative_path}user_info.php?uid={$last_modified_user_id}">{$last_modified_user}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue