Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gogl92 committed Jan 24, 2018
1 parent 3547931 commit 8948562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/models/Factura33.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class Factura33 extends ActiveRecord
* @var string $Comentarios
*/
public $Comentarios;
/**
* @var string $Cuenta
*/
public $Cuenta;
/**
* @var boolean $EnviarCorreo
*/
Expand Down Expand Up @@ -206,6 +210,7 @@ public function attributeLabels()
'fecha_cfdi' => 'Fecha de Emisión',
'send_email' => 'Enviar email',
'invoice_comment' => 'Comentarios',
'cuenta' => 'Cuenta',
'exchange_rate' => 'Tipo de cambio (Pesos)',
'status' => 'Status',
'iva' => 'IVA'
Expand Down

0 comments on commit 8948562

Please sign in to comment.