Changeset 3489244
- Timestamp:
- 03/23/2026 04:50:53 PM (9 days ago)
- Location:
- shift8-integration-for-gravity-forms-and-sap-business-one/trunk
- Files:
-
- 1 added
- 1 edited
-
shift8-gravitysap.php (modified) (2 diffs)
-
shift8-integration-for-gravity-forms-and-sap-business-one (added)
Legend:
- Unmodified
- Added
- Removed
-
shift8-integration-for-gravity-forms-and-sap-business-one/trunk/shift8-gravitysap.php
r3473105 r3489244 660 660 'ContactEmployees.E_Mail' => esc_html__('Contact Person: Email', 'shift8-gravity-forms-sap-b1-integration'), 661 661 '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'), 662 663 ); 663 664 } … … 803 804 'required' => false, 804 805 'description' => 'Contact Person Address' 806 ), 807 'FreeText' => array( 808 'max_length' => 254, 809 'required' => false, 810 'description' => 'Remarks/Notes' 805 811 ), 806 812 );
Note: See TracChangeset
for help on using the changeset viewer.