fix(WIP): Reemplazando OpenSsl.crypto,pkcs12
This commit is contained in:
@@ -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))
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user