Task #1730 : translate javascript message

This commit is contained in:
Dany De Bontridder 2019-08-07 11:54:11 +02:00
parent b20c6e7c65
commit 052b9904b8
20 changed files with 1364 additions and 595 deletions

View file

@ -146,7 +146,7 @@ class Pre_operation
$this->detail=new Pre_op_advanced($this->db);
break;
default:
throw new Exception('Load PreOperatoin failed'.$this->od_jrn_type);
throw new Exception(sprintf(_('Echec PreOperatoin chargement %s'),$this->od_jrn_type));
}
$this->detail->set_od_id($this->od_id);
$this->detail->jrn_def_id=$this->jrn_def_id;