Skip to content

Commit

Permalink
Pequeñas correcciones a los últimos PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoRazorX committed May 12, 2022
1 parent 9332aac commit 1096859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core/Base/AjaxForms/SalesModalHTML.php
Expand Up @@ -25,11 +25,11 @@
use FacturaScripts\Core\Base\ToolBox;
use FacturaScripts\Core\Base\Translator;
use FacturaScripts\Core\Model\Base\SalesDocument;
use FacturaScripts\Core\Model\User;
use FacturaScripts\Dinamic\Model\AtributoValor;
use FacturaScripts\Dinamic\Model\Cliente;
use FacturaScripts\Dinamic\Model\Fabricante;
use FacturaScripts\Dinamic\Model\Familia;
use FacturaScripts\Dinamic\Model\User;

/**
* Description of SalesModalHTML
Expand Down
3 changes: 1 addition & 2 deletions Core/Lib/PDF/PDFDocument.php
Expand Up @@ -116,8 +116,7 @@ protected function getBankData($receipt): string
return $payMethod->descripcion;
}

$iban = $cuentaBco->getIban(true);
return $payMethod->descripcion . ' : ' . $iban;
return $payMethod->descripcion . ' : ' . $cuentaBco->getIban(true);
}

/**
Expand Down

0 comments on commit 1096859

Please sign in to comment.