mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
85e9be056e
@ -185,7 +185,8 @@ echo '
|
||||
if(data.results.length === 1) {
|
||||
let record = data.results[0];
|
||||
$("#idarticolo").selectSetNew(record.id, record.text, record);
|
||||
qta = record.qta-parseFloat($("#qta").val());';
|
||||
let qta = record.qta-parseFloat($("#qta").val());';
|
||||
|
||||
if( !setting('Permetti selezione articoli con quantità minore o uguale a zero in Documenti di Vendita') ){
|
||||
echo '
|
||||
if( qta<=0 && $("#causale option:selected").text()!="Carico" ){
|
||||
@ -202,7 +203,6 @@ echo '
|
||||
salva($("#aggiungi"));
|
||||
},300);
|
||||
}
|
||||
}
|
||||
|
||||
// Articolo non trovato
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user