Skip to content
Snippets Groups Projects
Commit 9795f4d9 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch...

Merge branch 'hotline#30479_erreur_a_l_affichage_des_plans_de_localisation_pop_up_blanche' into 'stable'

Hotline#30479 erreur a l affichage des plans de localisation pop up blanche

See merge request !1158
parents fa32b15d f0cfacda
Branches
Tags
No related merge requests found
- ticket #30479 : Erreur à l'affichage des plans de localisation.
\ No newline at end of file
......@@ -145,7 +145,8 @@ function localisationExemplaire(localization_img, id_bib, sCote, sCodeBarres) {
return;
}
if(data.url == null) {
if(data.url == null || data.url == '') {
restore_localization_img();
localisationBulle(data.titre, data.description, data.photo);
return;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment