Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Jan 28, 2018
2 parents cc7f1c2 + 9da9b45 commit 2f56252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Greenter/Factory/FeFactoryBase.php
Expand Up @@ -148,7 +148,9 @@ protected function getInvoice()
->setRznSocial('EMPRESA 1');

$invoice = new Invoice();
$invoice->setTipoDoc('01')
$invoice->setFecVencimiento(new \DateTime())
->setCompra('01-21312312')
->setTipoDoc('01')
->setSerie('F001')
->setCorrelativo('123')
->setFechaEmision($this->getDate())
Expand Down

0 comments on commit 2f56252

Please sign in to comment.