fix(WIP): Reemplazando OpenSsl.crypto,pkcs12

This commit is contained in:
2024-08-06 16:41:14 -05:00
parent a3d2176068
commit d061077b30
3 changed files with 89 additions and 56 deletions

View File

@@ -62,6 +62,8 @@ def test_allowance_charge_in_invoice(simple_invoice_without_lines):
form.TaxSubTotal(
percent=19.0,
)]),
withholding=form.WithholdingTaxTotal(
subtotals=[])
))
inv.add_allowance_charge(form.AllowanceCharge(amount=form.Amount(19.0)))
@@ -92,8 +94,9 @@ def test_allowance_charge_in_invoice_line(simple_invoice_without_lines):
subtotals=[
form.TaxSubTotal(
percent=19.0,
)]
),
)]),
withholding=form.WithholdingTaxTotal(
subtotals=[]),
allowance_charge=[
form.AllowanceChargeAsDiscount(amount=form.Amount(10.0))
]