Fix: Clean Home, Crear lineas de Venta
This commit is contained in:
@@ -4,6 +4,7 @@ from django.core.exceptions import ValidationError
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
|
||||
class Sale(models.Model):
|
||||
|
||||
customer = models.CharField(max_length=100)
|
||||
|
||||
Reference in New Issue
Block a user