facho/fe/form.py: se valida tipo de code en precio de referencia

FossilOrigin-Name: 63bb8ab5bd2d52af2113ba34c404af5120889cbca595c283c00f04a1a8c66316
This commit is contained in:
2020-06-20 14:28:50 +00:00
parent 8bfbc3fa20
commit 90cf2917d1
3 changed files with 7 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ def simple_invoice():
quantity = 1,
description = 'producto facho',
item = form.StandardItem('test', 9999),
price = form.Price(100.0, '', ''),
price = form.Price(100.0, '01', ''),
tax = form.TaxTotal(
tax_amount = 0.0,
taxable_amount = 0.0,