mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
Aggiunta possibilità di collegare riferimento documento anche se la qta è maggiore in importFE
This commit is contained in:
parent
42340a04fd
commit
24fc1b8762
@ -75,7 +75,7 @@ foreach ($righe as $riga) {
|
||||
<td class="text-right">'.moneyFormat($riga->prezzo_unitario_corrente).'</td>
|
||||
<td class="text-center">';
|
||||
|
||||
if ($qta_rimanente >= $qta) {
|
||||
if ($qta_rimanente >= $qta || !empty(setting('Permetti il superamento della soglia quantità dei documenti di origine'))) {
|
||||
echo '
|
||||
<button type="button" class="btn btn-info btn-xs" onclick="selezionaRiga(this)">
|
||||
<i class="fa fa-check"></i>
|
||||
|
Loading…
x
Reference in New Issue
Block a user