Overview
Comment:Ajout configuration compta expert
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA1: b65e46e08c3cbd44b7bc2a39f5ae251c8eda0cad
User & Date: bohwaz on 2019-02-15 10:16:02
Other Links: branch diff | manifest | tags
Context
2019-02-15
10:16
Suppression table rapprochement, intĂ©gration dans la table journal check-in: 9136b307ea user: bohwaz tags: dev
10:16
Ajout configuration compta expert check-in: b65e46e08c user: bohwaz tags: dev
10:15
Suppression espaces supplĂ©mentaires check-in: 11ae7223d0 user: bohwaz tags: dev
Changes

Modified src/include/lib/Garradin/Config.php from [5c2380cda0] to [0feca83ee4].

72
73
74
75
76
77
78

79
80
81
82
83
84
85
            'version'                 =>  $string,

            'couleur1'                =>  $string,
            'couleur2'                =>  $string,
            'image_fond'              =>  $string,

            'desactiver_site'         =>  $bool,

        ];

        $db = DB::getInstance();

        $this->config = $db->getAssoc('SELECT cle, valeur FROM config ORDER BY cle;');

        foreach ($this->config as $key=>&$value)







>







72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
            'version'                 =>  $string,

            'couleur1'                =>  $string,
            'couleur2'                =>  $string,
            'image_fond'              =>  $string,

            'desactiver_site'         =>  $bool,
            'compta_expert'           =>  $bool,
        ];

        $db = DB::getInstance();

        $this->config = $db->getAssoc('SELECT cle, valeur FROM config ORDER BY cle;');

        foreach ($this->config as $key=>&$value)