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:
parent
e1e0369f4b
commit
eebf554dfd
@ -417,6 +417,9 @@ abstract class Component extends Model
|
||||
*/
|
||||
protected function customBeforeDataCopiaIn($original)
|
||||
{
|
||||
if(!empty($original->idiva)){
|
||||
$this->idiva = $original->idiva;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user