Fix for Incomplete SKU's?

Any suggestions as to why the SKU’s are showing as incomplete on a live site, i.e: a missing character at the end of the SKU.

SOLVED!: The culprit was the following line of HTML

{{product.sku | slice(0,5)}. The 'slice(0,5) ’ is what was causing the incomplete SKU.