Changeset 12251
- Timestamp:
- 12/16/08 03:36:23 (2 years ago)
- Files:
-
- vtigercrm/branches/5.1/data/CRMEntity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vtigercrm/branches/5.1/data/CRMEntity.php
r12250 r12251 551 551 elseif($uitype == 4 && ($insertion_mode != 'edit'|| ($insertion_mode == 'edit' && $module == 'Documents'))) { 552 552 // This check is added to avoid mod num generation multiple times for imported records 553 if(!isset($this->column_fields[$fieldname]) || $this->column_fields[$fieldname] == '' || $this->column_fields[$fieldname] == 'AUTO GEN ON SAVE')553 if(!isset($this->column_fields[$fieldname]) || $this->column_fields[$fieldname] == '' || $this->column_fields[$fieldname] == getTranslatedString('MSG_AUTO_GEN_ON_SAVE')) 554 554 $this->column_fields[$fieldname] = $this->setModuleSeqNumber("increment",$module); 555 555 $fldvalue = $this->column_fields[$fieldname];
