Index: /views/mods/mod_paypal/order_view_afterpayment.phtml
===================================================================
--- /views/mods/mod_paypal/order_view_afterpayment.phtml	(revision 7408)
+++ /views/mods/mod_paypal/order_view_afterpayment.phtml	(revision 7410)
@@ -4,8 +4,11 @@
 	 * Template fÃŒr die Integration der PayPal Zahlungsart in die Bestellverwaltung
 	 */
-
+	
+	$wpsg_mod_paypal_paymentid = $this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid');
+	$wpsg_mod_paypal_saleid = $this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid');
+	
 ?>
 
-<?php if (wpsg_isSizedString($this->view['oOrder']->getMeta('wpsg_mod_paypal_paymentid'))) { ?>
+<?php if (wpsg_isSizedString($wpsg_mod_paypal_paymentid)) { ?>
 	
 	<div class="wpsg_form_field ">
@@ -21,5 +24,5 @@
 <?php } ?>
 
-<?php if (wpsg_isSizedString($this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid'))) { ?>
+<?php if (wpsg_isSizedString($wpsg_mod_paypal_saleid)) { ?>
 
 	<?php echo wpsg_drawForm_Input('', __('SaleID', 'wpsg'), $this->view['oOrder']->getMeta('wpsg_mod_paypal_saleid'), array('text' => true)); ?>
