Index: /views/produkttemplates/standard.phtml
===================================================================
--- /views/produkttemplates/standard.phtml	(revision 5543)
+++ /views/produkttemplates/standard.phtml	(revision 5546)
@@ -122,5 +122,5 @@
 				
 				<div class="wpsg_mod_deliverytime">
-					<?php if (($this->view['data']['wpsg_mod_deliverytime_deliverytime']) > '1') { /* Lieferzeit > 0 */ ?>
+					<?php if (($this->view['data']['wpsg_mod_deliverytime_deliverytime']) >= '1') { /* Lieferzeit > 0 */ ?>
 						<?php echo wpsg_translate(__('Lieferzeit: #1#', 'wpsg'), $this->callMod('wpsg_mod_deliverytime', 'getProductDeliveryTime', array($this->view['data']['id']))); ?>
 					<?php } else { /* Lieferzeit = 0 */ ?>
