mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Fix del bug #61 anche su ddt, preventivi e ordini
This commit is contained in:
parent
dde02cc3cb
commit
897a93ae9d
@ -119,6 +119,7 @@ echo '
|
||||
$data = $(this).selectData();
|
||||
$("#prezzo").val($data.prezzo_'.($dir == 'entrata' ? 'vendita' : 'acquisto').');
|
||||
$("#descrizione").val($data.descrizione);
|
||||
$("#idiva").selectSetNew($data.idiva_vendita, $data.iva_vendita);
|
||||
$("#um").selectSetNew($data.um, $data.um);
|
||||
}else{
|
||||
$("#prezzi_articolo button").addClass("disabled");
|
||||
|
Loading…
x
Reference in New Issue
Block a user