Skip to content
Snippets Groups Projects
Commit bdf3a0d3 authored by Fernando Alvez's avatar Fernando Alvez
Browse files

Merge branch 'feature/162-cliente-posicion-fiscal' into 'develop'

ADD posicion fiscal en receptor a enviar al núcleo

See merge request !163
parents faab708b 7692deaa
No related branches found
No related tags found
2 merge requests!169Draft: release/v3.0.3,!163ADD posicion fiscal en receptor a enviar al núcleo
Pipeline #2880 passed with warnings with stages
in 3 minutes and 1 second
......@@ -100,6 +100,7 @@ class Venta
"apellido" => $datosVenta['apellido'],
"email" => $datosVenta['cliente_email'],
"es_persona_fisica" => 0,
"posicion_fiscal" => $datosVenta['cliente_condicion_iva'],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment