facho/fe/form.py: se valida tipo de code en precio de referencia
FossilOrigin-Name: 63bb8ab5bd2d52af2113ba34c404af5120889cbca595c283c00f04a1a8c66316
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user