Skip to content

Commit

Permalink
FIX : load propal langs for availability traduction
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Jul 17, 2015
1 parent 1a61ab0 commit 244d183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/core/class/html.form.class.php
Expand Up @@ -2271,7 +2271,9 @@ function load_cache_conditions_paiements()
function load_cache_availability()
{
global $langs;


$langs->load('propal');

if (count($this->cache_availability)) return 0; // Cache deja charge

$sql = "SELECT rowid, code, label";
Expand Down

0 comments on commit 244d183

Please sign in to comment.