fixed column issue
This commit is contained in:
parent
c40b2b9f61
commit
a13225047e
@ -61,7 +61,7 @@ class Version205 extends Listener
|
|||||||
|
|
||||||
DB::table('items')
|
DB::table('items')
|
||||||
->where('id', $item_id)
|
->where('id', $item_id)
|
||||||
->update(['sales_price' => $invoice_item->price]);
|
->update(['sale_price' => $invoice_item->price]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user