Plugin Directory

Changeset 3489244


Ignore:
Timestamp:
03/23/2026 04:50:53 PM (9 days ago)
Author:
shift8
Message:

Updated field mapping, bug fixes

Location:
shift8-integration-for-gravity-forms-and-sap-business-one/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • shift8-integration-for-gravity-forms-and-sap-business-one/trunk/shift8-gravitysap.php

    r3473105 r3489244  
    660660            'ContactEmployees.E_Mail' => esc_html__('Contact Person: Email', 'shift8-gravity-forms-sap-b1-integration'),
    661661            'ContactEmployees.Address' => esc_html__('Contact Person: Address', 'shift8-gravity-forms-sap-b1-integration'),
     662            'FreeText' => esc_html__('Remarks/Notes', 'shift8-gravity-forms-sap-b1-integration'),
    662663        );
    663664    }
     
    803804                'required' => false,
    804805                'description' => 'Contact Person Address'
     806            ),
     807            'FreeText' => array(
     808                'max_length' => 254,
     809                'required' => false,
     810                'description' => 'Remarks/Notes'
    805811            ),
    806812        );
Note: See TracChangeset for help on using the changeset viewer.