fixed BUG-8, no genres for a sub book addition loses parent details
This commit is contained in:
@@ -139,6 +139,7 @@ function AddAuthorToBook(num) {
|
||||
</button>
|
||||
</div>
|
||||
<input type="hidden" name="parent_id" value="{{b.parent[0].id}}">
|
||||
<input type="hidden" name="parent_title" value="{{b.parent[0].title}}">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% for key in keys %}
|
||||
|
||||
Reference in New Issue
Block a user