Merge Invoice and Bill into Document
This commit is contained in:
@ -303,7 +303,7 @@ class Items extends Controller
|
||||
break;
|
||||
}
|
||||
|
||||
$item->total = money($total, $currency_code, true)->format();
|
||||
$item->total = $total;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user