-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(openfactura): fixes discount and iva calculations (#2)
- Loading branch information
1 parent
a6b43e2
commit bc56687
Showing
4 changed files
with
466 additions
and
457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<module> | ||
<name>openfactura</name> | ||
<displayName><![CDATA[OpenFactura]]></displayName> | ||
<version><![CDATA[3.0.0]]></version> | ||
<description><![CDATA[Automatiza la emisión de boletas y/o facturas en tu ecommerce]]></description> | ||
<author><![CDATA[Haulmer]]></author> | ||
<tab><![CDATA[front_office_features]]></tab> | ||
<confirmUninstall><![CDATA[¿Estás seguro de que quieres desinstalar el módulo?]]></confirmUninstall> | ||
<is_configurable>0</is_configurable> | ||
<need_instance>0</need_instance> | ||
</module> |
Oops, something went wrong.