Overview
Comment:Le compte n'est plus utilisé
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable | 0.8.5
Files: files | file ages | folders
SHA1: a21141aaaecec463434552300bc723c910829841
User & Date: bohwaz on 2018-07-11 23:06:20
Other Links: manifest | tags
Context
2018-07-14
20:59
Fix typo export CSV check-in: d9aa0e5725 user: bohwaz tags: trunk, stable
2018-07-11
23:13
Déplacement de la gestion de catégories de membres vers la configuration check-in: 9fa3b85730 user: bohwaz tags: dev
23:06
Le compte n'est plus utilisé check-in: a21141aaae user: bohwaz tags: trunk, stable, 0.8.5
19:52
Nouvelle release check-in: 49ba465405 user: bohwaz tags: trunk, stable, 0.8.5
Changes

Modified src/www/admin/compta/banques/rapprocher.php from [328701b299] to [141e71f932].

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$journal = $rapprochement->getJournal($compte->id, $debut, $fin, $solde_initial, $solde_final, (bool) qg('sauf'));

// Enregistrement des cases cochées
if ((f('save') || f('save_next')) && $form->check('compta_rapprocher_' . $compte->id))
{
    try
    {
        $rapprochement->record($compte->id, $journal, f('rapprocher'), $user->id);

        if (f('save'))
        {
            Utils::redirect(Utils::getSelfURL());
        }
        else
        {







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$journal = $rapprochement->getJournal($compte->id, $debut, $fin, $solde_initial, $solde_final, (bool) qg('sauf'));

// Enregistrement des cases cochées
if ((f('save') || f('save_next')) && $form->check('compta_rapprocher_' . $compte->id))
{
    try
    {
        $rapprochement->record($journal, f('rapprocher'), $user->id);

        if (f('save'))
        {
            Utils::redirect(Utils::getSelfURL());
        }
        else
        {