mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Correzione #672
This commit is contained in:
2
add.php
2
add.php
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user