1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00
This commit is contained in:
Thomas Zilio
2019-11-12 17:16:10 +01:00
parent 232baa0784
commit 73062dbfdf
3 changed files with 20 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ $(document).ready(function(){
// Selezione automatica nuovo valore per il select
select = "#'.get('select').'";
if ($(select).val() !== undefined) {
$(select).selectSetNew(response.id, response.text);
$(select).selectSetNew(response.id, response.text, response.data);
}
$("#bs-popup2").modal("hide");