Skip to content

Commit

Permalink
Allow Manual Geo Code flag to be exported
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Aug 8, 2019
1 parent be9b544 commit b4436fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CRM/Core/DAO/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Address.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:9cc91d1b8831b712698603b619aa1906)
* (GenCodeChecksum:f3842d00e5f0c77491c9f9ff27db37d0)
*/

/**
Expand Down Expand Up @@ -712,6 +712,7 @@ public static function &fields() {
'title' => ts('Is manually geocoded'),
'description' => ts('Is this a manually entered geo code'),
'where' => 'civicrm_address.manual_geo_code',
'export' => TRUE,
'default' => '0',
'table_name' => 'civicrm_address',
'entity' => 'Address',
Expand Down
1 change: 1 addition & 0 deletions xml/schema/Core/Address.xml
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
<html>
<type>CheckBox</type>
</html>
<export>true</export>
</field>
<field>
<name>timezone</name>
Expand Down

0 comments on commit b4436fc

Please sign in to comment.