Skip to content

Commit

Permalink
fix taxbase modal (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
soker90 committed Jul 13, 2023
1 parent 6e26fce commit ed9004a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [3.4.1] - 13/07/2023
- Corregida base imponible en el modal de editar totales de una factura

# [3.4.0] - 10/07/2023
- Añadido botón para corregir los errores de precio de los productos

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Eduardo Parra Mazuecos",
"email": "eduparra90@gmail.com",
"licence": "MIT",
"version": "3.4.0",
"version": "3.4.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const InvoiceTotals = ({
iva={iva}
re={re}
total={total}
taxBase={total}
taxBase={taxBase}
update={updateData}
/>
</>
Expand Down

1 comment on commit ed9004a

@vercel
Copy link

@vercel vercel bot commented on ed9004a Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

arroyo-erp-client – ./

arroyo-erp-client-soker90.vercel.app
arroyo-erp-client-git-master-soker90.vercel.app
arroyo-erp-client.vercel.app

Please sign in to comment.