change stock table name

This commit is contained in:
Manuel Raynaud
2013-07-30 17:06:29 +02:00
parent fb2dfa286f
commit acb05f81dc
46 changed files with 7707 additions and 1483 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Thelia\Model;
use Thelia\Model\Base\CurrencyI18n as BaseCurrencyI18n;
class CurrencyI18n extends BaseCurrencyI18n
{
}