Remove test code and restore prod code.

This commit is contained in:
Laurent Destailleur 2015-01-31 13:00:51 +01:00
parent 720caf8e31
commit ce8ad39a8e

View File

@ -520,7 +520,7 @@ function pdf_bank(&$pdf,$outputlangs,$curx,$cury,$account,$onlynumber=0,$default
// Get format of bank account according to its country
$usedetailedbban=$account->useDetailedBBAN();
$onlynumber=0; $usedetailedbban=1; // For tests
//$onlynumber=0; $usedetailedbban=1; // For tests
if ($usedetailedbban)
{
$savcurx=$curx;