LemmaLegalConsulting / docassemble-Covid19debt

A docassemble extension.
MIT License
0 stars 0 forks source link

job information is called at end of interview if hourly wage is checked #71

Closed tobyfey closed 2 years ago

tobyfey commented 2 years ago

This happened because the tables in the docx used "x.value * x.period", instead of using the method for Income .amount(), which mean that the interview didn't know x.value, because the hourly rate was being set instead. It works fine with the method .amount(). I'm not sure if this commit worked though - caab0eee30c0a65be2a59c6fb60ad3d77d32e187