implémentation impression reçus
FossilOrigin-Name: 81f54c69ca30c343f75b4190728e55d7679b6580724471ec69a6cca70f8f94ea
This commit is contained in:
parent
f5130172f0
commit
0e3c356d1a
7 changed files with 609 additions and 267 deletions
|
|
@ -57,8 +57,6 @@ if (f('save') && $form->check('recusfiscaux_config')) {
|
|||
$plugin->setConfig('ville_asso', trim(f('ville_asso')));
|
||||
}
|
||||
// signature
|
||||
// error_log("SESSION['sig_file'] = " . print_r($_SESSION['sig_file'], true));
|
||||
// error_log("plugin->getConfig('signature') = " . $plugin->getConfig('signature'));
|
||||
|
||||
if (isset($_SESSION['sig_file']) && count($_SESSION['sig_file']) > 0) {
|
||||
// supprimer la signature précédente, si besoin
|
||||
|
|
@ -78,7 +76,6 @@ if (f('save') && $form->check('recusfiscaux_config')) {
|
|||
// autres informations
|
||||
// numérotation des reçus
|
||||
$configNum = $plugin->getConfig('numerotation');
|
||||
error_log("configNum=" . print_r($configNum, true));
|
||||
$formNum = clone $configNum;
|
||||
if ($configNum->prefixe != trim(f('prefixe'))) {
|
||||
$formNum->prefixe = trim(f('prefixe'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue