Skip to content

Commit

Permalink
Issue #3483: Adapted date handling for Customer interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Jun 20, 2024
1 parent af77392 commit 834ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.AJAX.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Core.AJAX = (function (TargetNS) {

// date time elements
if ( !$Element.length ) {
$Element = $('[name=' + DataKey + 'Year]').parent();
$Element = $('[name=' + DataKey + 'Used]').parent('div.DynamicFieldDate');
}

if ((!$Element.length || typeof DataValue == 'undefined')) {
Expand Down

0 comments on commit 834ec7c

Please sign in to comment.