printOneMobile fixed bug
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user