Benjamin Völkl 2022-09-04 21:15:05 +02:00
parent 408650f607
commit 309901ec66
2 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@ -59,7 +57,7 @@
<workItem from="1662027309116" duration="11385000" />
<workItem from="1662115692620" duration="1346000" />
<workItem from="1662283223529" duration="4523000" />
<workItem from="1662312260637" duration="4753000" />
<workItem from="1662312260637" duration="5464000" />
</task>
<servers />
</component>

View File

@ -43,7 +43,7 @@

</div>

@isset($content->preis_5 )
@isset($content->data_fields['preis_5'])


<p>
@ -63,21 +63,21 @@
</thead>
<tbody>

@isset($content->preis_5)
@isset($content->data_fields['preis_5'])
<tr>
<td>ab 5 Stück</td>
<td>{{$content->data_fields['preis_5']}} €</td>
</tr>
@endisset

@isset($content->price_10)
@isset($content->data_fields['preis_10'])
<tr>
<td>ab 5 Stück</td>
<td>{{$content->data_fields['preis_10']}} €</td>
</tr>
@endisset

@isset($content->price_palette)
@isset($content->data_fields['preis_palette'])
<tr>
<td>Palette ({{$content->data_fields['module_pro_palette']}} Stück)</td>
<td>{{$content->data_fields['preis_palette']}} €</td>