Merge branch 'master' of github.com:hillelcoren/invoice-ninja

This commit is contained in:
Hillel Coren 2015-12-28 12:16:03 +02:00
commit d1de95303b

View File

@ -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),
]; ];
} }
} }