X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_credit-import.html;h=a124c959143db5a6342ce8c12b6522383b19f0fd;hp=6de34e3781c4b69bb9b89a22652d9b924dc80b2c;hb=3531bdf7f4843562539228d8c973bf649f4819c8;hpb=6319221f32300d4c641e2a22d5e0836d58fbd1b3 diff --git a/httemplate/misc/cust_credit-import.html b/httemplate/misc/cust_credit-import.html index 6de34e378..a124c9591 100644 --- a/httemplate/misc/cust_credit-import.html +++ b/httemplate/misc/cust_credit-import.html @@ -7,7 +7,7 @@ Import a file containing credits. 'name' => 'CreditImportForm', 'action' => 'process/cust_credit-import.cgi', 'num_files' => 1, - 'fields' => [ 'format', 'credbatch' ], + 'fields' => [ 'format', '_date', 'credbatch' ], 'message' => 'Credit import successful', 'url' => $p."search/cust_credit.html?credbatch=$credbatch", 'onsubmit' => "document.CreditImportForm.submitButton.disabled=true;", @@ -18,6 +18,13 @@ Import a file containing credits. + <& /elements/tr-input-date-field.html, { + 'name' => '_date', + #'value' => '', + 'label' => 'Date', + } + &> +