Skip to content
Snippets Groups Projects
Commit 0598a6cc authored by Prasad's avatar Prasad
Browse files

Merge branch '152' into 'master'

Fixes #152, #158 - Bug: Field not translated - Webforms

See merge request !111
parents 6fa1e42b cf9822f3
No related branches found
No related tags found
No related merge requests found
......@@ -457,7 +457,7 @@ function updateInventoryProductRel($entity) {
$statusChanged = false;
$vtEntityDelta = new VTEntityDelta ();
$oldEntity = $vtEntityDelta-> getOldValue($moduleName, $entity_id, $statusFieldName);
$oldEntity = $vtEntityDelta->getOldValue($moduleName, $entity_id, $statusFieldName);
$recordDetails = $entity->getData();
$statusChanged = $vtEntityDelta->hasChanged($moduleName, $entity_id, $statusFieldName);
if($statusChanged) {
......
......@@ -25,7 +25,7 @@ class Settings_Webforms_Block_Model extends Vtiger_Block_Model {
'name' => array(
'uitype' => '1',
'name' => 'name',
'label' => 'Webform Name',
'label' => 'WebForm Name',
'typeofdata' => 'V~M',
'diplaytype' => '1',
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment