Skip to content

Commit

Permalink
fixed column issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Mar 12, 2020
1 parent c40b2b9 commit a132250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Listeners/Update/V20/Version205.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected function updateInvoiceItems()

DB::table('items')
->where('id', $item_id)
->update(['sales_price' => $invoice_item->price]);
->update(['sale_price' => $invoice_item->price]);
}
}

Expand Down

0 comments on commit a132250

Please sign in to comment.