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:
parent
e1e0369f4b
commit
eebf554dfd
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user