Skip to content

Commit

Permalink
fix factor percepción
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Jan 6, 2019
1 parent 71e053a commit fcc89cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/percepcion.md
Expand Up @@ -28,7 +28,7 @@ $invoice->setUblVersion('2.1')
->setMtoImpVenta(236)
->setPerception((new SalePerception())
->setCodReg('51')
->setPorcentaje(2.00)
->setPorcentaje(0.02)
->setMtoBase(200)
->setMto(4.00)
->setMtoTotal(204.00));
Expand Down Expand Up @@ -56,4 +56,4 @@ $invoice->setDetails([$detail])
->setCode('2000')
->setValue('COMPROBANTE DE PERCEPCIÓN')
]);
```
```

0 comments on commit fcc89cd

Please sign in to comment.