Bug javascript mispelled function show_tab

This commit is contained in:
Dany De Bontridder 2019-02-24 12:28:58 +01:00
parent 9ff4c62760
commit 8ba5c9dcd7
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@ $p_msg="";
<script>
$('repo_div_id').hide();
$('modele_div_id').hide();
show_tab(a_tab,'facturation_div_id');
show_tabs(a_tab,'facturation_div_id');
</script>
<?php
echo '</div>';