mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
formatação
This commit is contained in:
BIN
gestaoRaul/__pycache__/config_manager.cpython-312.pyc
Normal file
BIN
gestaoRaul/__pycache__/config_manager.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
from django import template
|
from django import template
|
||||||
from orders.models import Order
|
|
||||||
|
|
||||||
|
from orders.models import Order
|
||||||
from comandas.models import Comanda, ProductComanda
|
from comandas.models import Comanda, ProductComanda
|
||||||
from clients.models import Client
|
from clients.models import Client
|
||||||
from payments.models import Payments
|
from payments.models import Payments
|
||||||
@@ -12,7 +12,7 @@ register = template.Library()
|
|||||||
def filter_total(value):
|
def filter_total(value):
|
||||||
config = {
|
config = {
|
||||||
'taxa': False
|
'taxa': False
|
||||||
}
|
}
|
||||||
id = value
|
id = value
|
||||||
comanda_id = int(id)
|
comanda_id = int(id)
|
||||||
totalParcial = Decimal(0)
|
totalParcial = Decimal(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user