juntagrico / juntagrico-billing

GNU Lesser General Public License v3.0
2 stars 3 forks source link

prevent error in bill.ordered_items #17

Closed samuel-iseli closed 2 years ago

samuel-iseli commented 2 years ago

fixed small error in bill.ordered_items. the error "'<' not supported between instances of 'int' and 'tuple'" appeared when a bill contained an item that had no reference to a subscription part or custom-type. this case should normally not occur.