Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
161891517e
|
@ -566,8 +566,8 @@ if (!empty($righe)) {
|
|||
echo '
|
||||
<script>
|
||||
function copia() {
|
||||
let aliquote = $("select[name^=iva");
|
||||
let conti = $("select[name^=conto");
|
||||
let aliquote = $("select[name^=iva]");
|
||||
let conti = $("select[name^=conto]");
|
||||
|
||||
// Individuazione della prima IVA selezionata
|
||||
let iva_selezionata = null;
|
||||
|
@ -642,7 +642,7 @@ input("flag_crea_articoli").on("change", function (){
|
|||
}
|
||||
});
|
||||
|
||||
$("select[name^=selezione_riferimento").change(function() {
|
||||
$("select[name^=selezione_riferimento]").change(function() {
|
||||
if (!$(this).hasClass("already-loaded")) {
|
||||
let $this = $(this);
|
||||
let data = $this.selectData();
|
||||
|
@ -823,7 +823,7 @@ $("[id^=\'articoli\']").change(function() {
|
|||
});
|
||||
|
||||
function copy_rif() {
|
||||
let rif_vendite = $("select[name^=selezione_riferimento_vendita");
|
||||
let rif_vendite = $("select[name^=selezione_riferimento_vendita]");
|
||||
|
||||
// Individuazione della prima IVA selezionata
|
||||
let iva_selezionata = null;
|
||||
|
|
|
@ -129,7 +129,7 @@ echo '
|
|||
|
||||
<script>
|
||||
function copy() {
|
||||
let conti = $("select[name^=idconto");
|
||||
let conti = $("select[name^=idconto]");
|
||||
|
||||
// Individuazione del primo conto selezionato
|
||||
let conto_selezionato = null;
|
||||
|
|
Loading…
Reference in New Issue