1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-29 07:02:41 +01:00

Fix popolamento info articolo dopo la creazione articolo "al volo"

This commit is contained in:
MatteoPistorello 2021-02-16 09:17:15 +01:00
parent 07ec56c3a4
commit 3d66c1cfe9

View File

@ -91,6 +91,7 @@ $(document).ready(function(){
select = "#'.get('select').'";
if ($(select).val() !== undefined) {
$(select).selectSetNew(response.id, response.text, response.data);
$(select).change();
}
$form.closest("div[id^=bs-popup").modal("hide");