fixed ordering by title
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{% if 'Condition' not in hide_cols %}
|
||||
{% set cond = GetConditionById(book.condition) %}
|
||||
{% if cond == "N/A" %}
|
||||
<td>N/A</td>
|
||||
<td align="center">N/A</td>
|
||||
{% else %}
|
||||
<td align="center">
|
||||
{% if cond == "Good" %}
|
||||
|
||||
Reference in New Issue
Block a user