Feature: единое отображение чисел с разделителями разрядов (фильтр ws_num)
Made-with: Cursor
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% load document_filters %}
|
||||
{% block title %}Перемещения денежных средств — ERP WaterSurf{% endblock %}
|
||||
{% block content %}
|
||||
<div class="ws-card">
|
||||
@@ -25,7 +26,7 @@
|
||||
<td>{{ obj.number }}</td>
|
||||
<td>{{ obj.sender }}</td>
|
||||
<td>{{ obj.recipient }}</td>
|
||||
<td class="ws-num">{{ obj.amount }}</td>
|
||||
<td class="ws-num">{{ obj.amount|ws_num:2 }}</td>
|
||||
<td class="ws-actions">
|
||||
<a href="{% url 'documents:cash_transfer_edit' obj.pk %}" class="ws-link">Изменить</a>
|
||||
<span class="ws-text-muted"> · </span>
|
||||
|
||||
Reference in New Issue
Block a user