diff --git a/InvenTree/part/templates/part/prices.html b/InvenTree/part/templates/part/prices.html
index b1403b3157..9c216eb534 100644
--- a/InvenTree/part/templates/part/prices.html
+++ b/InvenTree/part/templates/part/prices.html
@@ -281,7 +281,15 @@
         
         
         
-            PLACEHOLDER FOR SALE HISTORY
+            {% if sale_history|length > 0 %}
+                
+                    
+                
+            {% else %}
+                
+                    {% trans 'No sale pice history available for this part.' %}
+                
+            {% endif %}