Internal overhaul
This commit is contained in:
@@ -17,6 +17,10 @@ class Model_Email_Template_Translate extends ORM_OSB {
|
||||
'template'=>array('model'=>'Email_Template','foreign_key'=>'email_template_id'),
|
||||
);
|
||||
|
||||
protected $_has_one = array(
|
||||
'language'=>array('foreign_key'=>'id'),
|
||||
);
|
||||
|
||||
protected $_save_message = TRUE;
|
||||
|
||||
public function complete($data,$column) {
|
||||
|
Reference in New Issue
Block a user