mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-14 16:36:51 +01:00
Fix copia dati contabili in fase di importFE
This commit is contained in:
parent
60d910b54e
commit
a659d90571
@ -309,7 +309,7 @@ if (!empty($righe)) {
|
|||||||
echo '
|
echo '
|
||||||
<h4>
|
<h4>
|
||||||
'.tr('Righe').'
|
'.tr('Righe').'
|
||||||
<button type="button" class="btn btn-info btn-sm pull-right" onclick="copy()"><i class="fa fa-copy"></i> '.tr('Copia dati contabili dalla prima riga valorizzata').'</button>
|
<button type="button" class="btn btn-info btn-sm pull-right" onclick="copia()"><i class="fa fa-copy"></i> '.tr('Copia dati contabili dalla prima riga valorizzata').'</button>
|
||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
@ -535,7 +535,7 @@ if (!empty($righe)) {
|
|||||||
|
|
||||||
echo '
|
echo '
|
||||||
<script>
|
<script>
|
||||||
function copy() {
|
function copia() {
|
||||||
let aliquote = $("select[name^=iva");
|
let aliquote = $("select[name^=iva");
|
||||||
let conti = $("select[name^=conto");
|
let conti = $("select[name^=conto");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user