Delete unnecessary line
This commit is contained in:
parent
597404adad
commit
e363370d98
@ -198,9 +198,6 @@ class CreateDocumentItemsAndTotals extends Job implements HasOwner, HasSource, S
|
||||
$item['item_id'] = $new_item->id;
|
||||
}
|
||||
|
||||
$item['created_from'] = $this->request['created_from'];
|
||||
$item['created_by'] = $this->request['created_by'];
|
||||
|
||||
$document_item = $this->dispatch(new CreateDocumentItem($this->document, $item));
|
||||
|
||||
$item_amount = (double) $item['price'] * (double) $item['quantity'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user