If you want to display short_description if description is null then use following code
<?php if (!$_product->getDescription()):?>
<p><?php echo $_product->getShortDescription() ?></p>
<?php endif;?>
Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti