#1380 : Duplication d'opérations

Signed-off-by: Dany De Bontridder <dany@alchimerys.be>
This commit is contained in:
Rachel 2017-01-18 14:33:57 +01:00 committed by Dany De Bontridder
parent b91280c0f5
commit e7485c51f6
4 changed files with 32 additions and 4 deletions

View file

@ -216,7 +216,7 @@ show_tab(a_tab,'facturation_div_id');
}
echo $Ledger->button_new_operation();
echo $Ledger->copy_operation();
echo '</div>';
return;
}