@@ -84,8 +84,8 @@ |
||
| 84 | 84 | $amount = $baseAmount * $k; |
| 85 | 85 | UblHelper::addAllowanceCharge($this, $currencyType, 'false', $item['reasonCode'], $item['multiplierFactor'], $amount, $baseAmount); |
| 86 | 86 | } |
| 87 | - // Totales |
|
| 88 | - $this->addInvoiceLegalMonetaryTotal(); |
|
| 87 | + // Totales |
|
| 88 | + $this->addInvoiceLegalMonetaryTotal(); |
|
| 89 | 89 | |
| 90 | 90 | } |
| 91 | 91 | |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | // IGV percent |
| 64 | 64 | if($cat5Item['id'] === Catalogo::CAT5_IGV){
|
| 65 | 65 | $porIgvItem = Operations::formatAmount(SunatVars::IGV_PERCENT); |
| 66 | - }else{
|
|
| 66 | + } else{
|
|
| 67 | 67 | $porIgvItem = '0.00'; |
| 68 | 68 | } |
| 69 | 69 | if ($Items->getPriceTypeCode($rowIndex) === Catalogo::CAT16_REF_VALUE) {
|