1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-14 08:26:43 +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)
{
if(!empty($original->idiva)){
$this->idiva = $original->idiva;
}
}
/**