Skip to content
Snippets Groups Projects
Commit ce8ad39a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Remove test code and restore prod code.

parent 720caf8e
No related branches found
No related tags found
No related merge requests found
...@@ -520,7 +520,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default ...@@ -520,7 +520,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default
// Get format of bank account according to its country // Get format of bank account according to its country
$usedetailedbban=$account->useDetailedBBAN(); $usedetailedbban=$account->useDetailedBBAN();
$onlynumber=0; $usedetailedbban=1; // For tests //$onlynumber=0; $usedetailedbban=1; // For tests
if ($usedetailedbban) if ($usedetailedbban)
{ {
$savcurx=$curx; $savcurx=$curx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment