Fix: Clean Home, Crear lineas de Venta

This commit is contained in:
2024-07-27 13:19:37 -05:00
parent 5879296132
commit 02fba454ba
6 changed files with 24 additions and 13 deletions

View File

@@ -4,6 +4,7 @@ from django.core.exceptions import ValidationError
from decimal import Decimal
class Sale(models.Model):
customer = models.CharField(max_length=100)