Merge branch 'main' into modelar_cuadre_de_caja_#10

This commit is contained in:
2024-07-27 13:37:48 -05:00
2 changed files with 1 additions and 1 deletions

View File

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