Skip to content

Commit

Permalink
Sync w/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Jul 31, 2023
1 parent a3ef6e7 commit 7d0ea75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/invoice/edit/invoice_edit_items_desktop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class _InvoiceEditItemsDesktopState extends State<InvoiceEditItemsDesktop> {
final lineItems = viewModel.invoice.lineItems;
final state = viewModel.state;
final company = state.company;
final invoice = viewModel.invoice;

final includedLineItems = lineItems.where((lineItem) {
return (lineItem.typeId == InvoiceItemEntity.TYPE_TASK &&
Expand Down

0 comments on commit 7d0ea75

Please sign in to comment.