diff options
| -rw-r--r-- | procurement/templates/procurement/includes/supplier_details.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/procurement/templates/procurement/includes/supplier_details.html b/procurement/templates/procurement/includes/supplier_details.html index 0e46c67..2f3ae91 100644 --- a/procurement/templates/procurement/includes/supplier_details.html +++ b/procurement/templates/procurement/includes/supplier_details.html @@ -21,7 +21,7 @@                      </tr>                  {% empty %}                      <tr> -                        <td colspan="2">{{ supplier_name }} has no representatives</td> +                        <td colspan="2">{{ supplier.name }} has no representatives</td>                      </tr>                  {% endfor %}                  </tbody> | 
