Registrar pagos completos con compras en efectivo #13 #20

Merged
mono merged 10 commits from make_payment_with_efective_purchase_#13 into main 2024-08-17 16:47:03 -05:00
Showing only changes of commit 1a54426af6 - Show all commits

View File

@ -12,7 +12,6 @@ class Customer(models.Model):
def __str__(self):
return self.name
class MeasuringUnits(models.TextChoices):
UNIT = 'UNIT', _('Unit')