1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-28 06:29:27 +01:00

Fix set iva in crea fattura da contratto

This commit is contained in:
MatteoPistorello 2021-10-11 15:59:24 +02:00
parent e1e0369f4b
commit eebf554dfd

View File

@ -417,6 +417,9 @@ abstract class Component extends Model
*/ */
protected function customBeforeDataCopiaIn($original) protected function customBeforeDataCopiaIn($original)
{ {
if(!empty($original->idiva)){
$this->idiva = $original->idiva;
}
} }
/** /**