CleverIT / UBL_invoice

MIT License
36 stars 39 forks source link

ErrorException in TaxTotal.php line 79: #4

Closed hillelcoren closed 6 years ago

hillelcoren commented 6 years ago

We're seeing the following error with the latest version:

ErrorException in TaxTotal.php line 79: Undefined property: CleverIt\UBL\Invoice\TaxTotal::$taxSubTotal

This is the relevant line of code:

https://github.com/CleverIT/UBL_invoice/blob/master/src/classes/TaxTotal.php#L79

Stormyy commented 6 years ago

Hi

Oops made a mistake. Should be fixed in the new release (see https://github.com/CleverIT/UBL_invoice/releases/tag/v1.0.1).

hillelcoren commented 6 years ago

Great, thank you again!!