master
parent
408650f607
commit
309901ec66
|
@ -1,9 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="63513c45-0a61-435e-8541-3831c195f7c0" name="Changes" comment="">
|
<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>
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
|
@ -59,7 +57,7 @@
|
||||||
<workItem from="1662027309116" duration="11385000" />
|
<workItem from="1662027309116" duration="11385000" />
|
||||||
<workItem from="1662115692620" duration="1346000" />
|
<workItem from="1662115692620" duration="1346000" />
|
||||||
<workItem from="1662283223529" duration="4523000" />
|
<workItem from="1662283223529" duration="4523000" />
|
||||||
<workItem from="1662312260637" duration="4753000" />
|
<workItem from="1662312260637" duration="5464000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@isset($content->preis_5 )
|
@isset($content->data_fields['preis_5'])
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -63,21 +63,21 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
@isset($content->preis_5)
|
@isset($content->data_fields['preis_5'])
|
||||||
<tr>
|
<tr>
|
||||||
<td>ab 5 Stück</td>
|
<td>ab 5 Stück</td>
|
||||||
<td>{{$content->data_fields['preis_5']}} €</td>
|
<td>{{$content->data_fields['preis_5']}} €</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@isset($content->price_10)
|
@isset($content->data_fields['preis_10'])
|
||||||
<tr>
|
<tr>
|
||||||
<td>ab 5 Stück</td>
|
<td>ab 5 Stück</td>
|
||||||
<td>{{$content->data_fields['preis_10']}} €</td>
|
<td>{{$content->data_fields['preis_10']}} €</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@isset($content->price_palette)
|
@isset($content->data_fields['preis_palette'])
|
||||||
<tr>
|
<tr>
|
||||||
<td>Palette ({{$content->data_fields['module_pro_palette']}} Stück)</td>
|
<td>Palette ({{$content->data_fields['module_pro_palette']}} Stück)</td>
|
||||||
<td>{{$content->data_fields['preis_palette']}} €</td>
|
<td>{{$content->data_fields['preis_palette']}} €</td>
|
||||||
|
|
Loading…
Reference in New Issue