Update texts.php
Se cambia "'tax' => 'IVA'," por "'tax' => 'Impuesto'," ya que este literal se usa para mas impuestos aparte del IVA
This commit is contained in:
parent
360b59baa0
commit
61188623d4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ return array(
|
|||
'frequency_id' => 'Frecuencia',
|
||||
'discount' => 'Descuento',
|
||||
'taxes' => 'Impuestos',
|
||||
'tax' => 'IVA',
|
||||
'tax' => 'Impuesto',
|
||||
'item' => 'Concepto',
|
||||
'description' => 'Descripción',
|
||||
'unit_cost' => 'Coste unitario',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue