Skip to content

Commit

Permalink
Clone/Duplicate option for line item
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed May 29, 2024
1 parent 02a1d92 commit 84c5cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/quote/edit/quote_edit_items_vm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class QuoteEditItemsVM extends EntityEditItemsVM {
addLineItem: ([int? index]) {
store.dispatch(
AddQuoteItem(
index: index,
quoteItem: InvoiceItemEntity(),
),
);
Expand Down

0 comments on commit 84c5cec

Please sign in to comment.