fix: creator name for box
This commit is contained in:
parent
e7d2a62b4a
commit
1546149b1b
@ -23,7 +23,7 @@
|
||||
|
||||
id : <%= model.id %>
|
||||
url : <%= model.url %>
|
||||
creator : <%= model.creator.name %>
|
||||
creator : <%- model.creator !== undefined ? model.creator.name : 'system' %>
|
||||
inheritFrom : <%= model.inheritFrom %>
|
||||
<h2>Liste des pièces nécessaires</h2>
|
||||
<div class="table">
|
||||
|
Loading…
x
Reference in New Issue
Block a user