[% USE LxERP %]
[% USE L %]
[% LxERP.t8("Existing contacts (with column 'cp_id')") %]: |
[% opts = [
[ 'update_existing', LxERP.t8('Update properties of existing entries') ],
[ 'insert_new', LxERP.t8('Insert with new database ID') ],
[ 'skip', LxERP.t8('Skip entry') ] ] %]
[% L.select_tag('settings.update_policy',
opts, default = SELF.profile.get('update_policy'),
class='wi-wide') %]
|