add discount
This commit is contained in:
@@ -230,6 +230,7 @@ function List({ items, search }) {
|
||||
<TableHead>Valor unit.</TableHead>
|
||||
</TableRow>
|
||||
</TableHeader>
|
||||
|
||||
<TableBody>
|
||||
{charges?.map(
|
||||
(
|
||||
@@ -306,6 +307,7 @@ function List({ items, search }) {
|
||||
<Currency>{subtotal}</Currency>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
||||
<TableRow>
|
||||
<TableCell colSpan={4} className="text-right pointer-events-none">
|
||||
Descontos
|
||||
@@ -314,6 +316,7 @@ function List({ items, search }) {
|
||||
<Currency>{discounts}</Currency>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
||||
<TableRow>
|
||||
<TableCell colSpan={4} className="text-right pointer-events-none">
|
||||
Total
|
||||
|
||||
Reference in New Issue
Block a user