Skip to content

Commit

Permalink
Merge pull request #673 from OpenOlitor/fix/OO#158_invoice_date_date_…
Browse files Browse the repository at this point in the history
…not_datetieme

OO#158 invoice date type is date
  • Loading branch information
mcmpp committed Apr 19, 2024
2 parents d57de10 + f667d7a commit b10f3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/rechnungen/detail/rechnungendetail.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 class="panel-title"><span class="navbar-brand" translate>Rechnungsdaten</spa
</div>
<div class="col-md-4">
<p class="input-group">
<input ng-disabled="isExisting()" type="text" class="form-control input-date" ng-model="rechnung.rechnungsDatum" is-open="open.rechnungsDatum" enable-time="false" max-date="rechnung.rechnungsDatum" />
<input ng-disabled="isExisting()" type="text" class="form-control input-date" localdate datetime-picker="dd.MM.yyyy" ng-model="rechnung.rechnungsDatum" is-open="open.rechnungsDatum" enable-time="false" max-date="rechnung.rechnungsDatum" />
<span class="input-group-btn">
<button type="button" class="btn btn-default" ng-click="openCalendar($event, 'rechnungsDatum')"><i class="fa fa-calendar"></i></button>
</span>
Expand Down

0 comments on commit b10f3fb

Please sign in to comment.