Tache 0001885: postes utilisables dans Opération ODS

This commit is contained in:
sparkyx 2021-01-18 15:35:33 +01:00
parent a7b8d81250
commit 8005e0dbce
3 changed files with 7 additions and 1 deletions

View file

@ -77,6 +77,10 @@ function search_poste(obj)
if ( obj.jrn)
{
queryString+="&j="+obj.jrn;
}else {
if ($("p_jrn")) {
queryString+="&j="+$("p_jrn").value;
}
}
if ( obj.account)
{