Fix set INVOICE_ADD_SWISS_QR_CODE to bottom on module activation

This commit is contained in:
Benoit Vianin 2025-08-30 09:00:16 +00:00
parent 9257144c4d
commit 9678ee536d
1 changed files with 2 additions and 2 deletions

View File

@ -153,8 +153,8 @@ class modSwissqr extends DolibarrModules
// 2 => array('SWISSQR_MYNEWCONST2', 'chaine', 'myvalue', 'This is another constant to add', 0, 'current', 1) // 2 => array('SWISSQR_MYNEWCONST2', 'chaine', 'myvalue', 'This is another constant to add', 0, 'current', 1)
// ); // );
$this->const = array( $this->const = array(
1 => array('INVOICE_ADD_SWISS_QR_CODE', 'chaine', 'bottom', '', 1) 1 => array('INVOICE_ADD_SWISS_QR_CODE', 'chaine', 'bottom', '', 0, 'current', 1)
); );
// error_log("You messed up!", 0); // error_log("You messed up!", 0);
} }
} }