This repository was archived by the owner on Jan 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 30
30
<th >Date</th >
31
31
<th >Service</th >
32
32
<th >Client</th >
33
+ <th >Category</th >
33
34
<th >Cost</th >
34
35
<th >Offer sent</th >
35
36
<th >Payment received</th >
40
41
<td >{{ $occurrence -> occurs_at -> format (' d.m.Y' ) } } </td >
41
42
<td >{{ $occurrence -> service -> title } } </td >
42
43
<td >{{ $occurrence -> service -> client -> name } } </td >
44
+ <td >{{ $occurrence -> service -> category -> name or ' n/a' } } </td >
43
45
<td >{{ $occurrence -> service -> formatted_cost } } </td >
44
46
<td class =" kyle-change-boolean"
45
47
data-url =" /api/v1/occurrences/{{ $occurrence -> id } } /offer"
80
82
<th >Date</th >
81
83
<th >Service</th >
82
84
<th >Client</th >
85
+ <th >Category</th >
83
86
<th >Cost</th >
84
87
<th >Offer sent</th >
85
88
<th >Payment received</th >
90
93
<td >{{ $occurrence -> occurs_at -> format (' d.m.Y' ) } } </td >
91
94
<td >{{ $occurrence -> service -> title } } </td >
92
95
<td >{{ $occurrence -> service -> client -> name } } </td >
96
+ <td >{{ $occurrence -> service -> category -> name or ' n/a' } } </td >
93
97
<td >{{ $occurrence -> service -> formatted_cost } } </td >
94
98
<td class =" kyle-change-boolean"
95
99
data-url =" /api/v1/occurrences/{{ $occurrence -> id } } /offer"
You can’t perform that action at this time.
0 commit comments