printOneMobile fixed bug

This commit is contained in:
SamSys
2024-12-22 18:42:51 +03:30
parent 9c54102596
commit ea70602947
2 changed files with 2 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ CreateWorkingHoursTemp command, long leavId)
SumOneDaySpan = new TimeSpan(x.Sum(shift => shift.ShiftSpan.Ticks)) - CalculateBreakTime(breakTime,
new TimeSpan(x.Sum(shift => shift.ShiftSpan.Ticks))),
}).ToList();
numberOfFridays = groupedRollCall.Count(x => x.HasFriday);

View File

@@ -462,7 +462,7 @@
<div class="col-12 p-0">
<fieldset class="head" style="background-color: #ccc; border: 1px solid black; border-radius: 10px 10px 0px 0px; padding: 3px; margin: 4px 10px 0px 10px;"><h6 style="padding-right: 5px;"> شروط و توضیحات </h6></fieldset>
<fieldset style="border: 1px solid black; border-top: 0px; border-radius: 0px 0px 10px 10px; padding: 3px; margin: 0px 10px;">
<textarea class="form-control" disabled="disabled" style="background-color: #fff;border-radius: 10px;"></textarea>
@{
switch (@Model.WorkshopIds)