Tache 0001885: postes utilisables dans Opération ODS
This commit is contained in:
parent
a7b8d81250
commit
8005e0dbce
3 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue