33 : <!--- wenn das Produkt inaktiv ist und keine PM-Vorschau angezeigt wird, dann mit Fehler abbrechen --->
34 : <cfif not objekt.isAktiv() and request.params.pmVorschau is false>
35 : <cfabort showError="Inaktives Produkt (idObjekt=#request.params.idObjekt#, action=#request.params.action#, source=#request.params.source#)!" />
36 : </cfif>
37 :
|