display batch export date on contribution forms

This commit is contained in:
2019-08-13 14:06:08 -04:00
parent 05997ff2f6
commit 6c65142573
3 changed files with 50 additions and 12 deletions

3
js/exportDate.js Normal file
View File

@ -0,0 +1,3 @@
CRM.$(function ($) {
$('#export-details-accordion').insertBefore('.crm-submit-buttons:last');
});