Guest User

Untitled

a guest
Feb 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. include("./FDS_AFIP.php");
  2.  
  3.  
  4. $datos_OUT = array(
  5. 'IVA' => {cond_iva},
  6. 'cond_venta' => {condicion_venta_idcondicion_venta},
  7. 'CUIT' => {cuit},
  8. 'subtotal' => {subtotal},
  9. 'exento' => {exento},
  10. 'saldo' => {saldo}
  11. );
  12.  
  13. $datos_IN = Get_CAE(datos_OUT);
  14. {cae} = $datos_IN['CAE'];
  15. {vto_cae} = $datos_IN['VTO'];
Add Comment
Please, Sign In to add comment