mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
d5c83fdcd1
@ -15,7 +15,7 @@ class ProductTransformer extends EntityTransformer
|
|||||||
'qty' => $product->qty,
|
'qty' => $product->qty,
|
||||||
'account_key' =>$this->account->account_key,
|
'account_key' =>$this->account->account_key,
|
||||||
'default_tax_rate_id' =>$product->default_tax_rate_id,
|
'default_tax_rate_id' =>$product->default_tax_rate_id,
|
||||||
'updated_at' =>$product->updated_at,
|
'updated_at' =>$this->getTimestamp($product->updated_at),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user