mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-19 12:58:51 -04:00
Merge pull request #1241 from RuleDomain/fix-same-item-receivings-line-total
Fix the line total extension error when receiving received item (#1233)
This commit is contained in:
@@ -226,6 +226,7 @@ class Receiving_lib
|
||||
if($itemalreadyinsale)
|
||||
{
|
||||
$items[$updatekey]['quantity'] += $quantity;
|
||||
$items[$updatekey]['total'] = $this->get_item_total($items[$updatekey]['quantity'], $price, $discount);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user