From 58191c4570eba1ec1a0a34bc6da81c5ca79e7848 Mon Sep 17 00:00:00 2001
From: Atiwit Pattanapukdee <65160394@go.buu.ac.th>
Date: Wed, 26 Mar 2025 17:43:13 +0700
Subject: [PATCH] Project Round 11

---
 views/tour-details.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/tour-details.ejs b/views/tour-details.ejs
index b115db4..2a34d11 100644
--- a/views/tour-details.ejs
+++ b/views/tour-details.ejs
@@ -17,7 +17,7 @@
     <p><strong>คำอธิบาย:</strong> <%= tour.description %></p>
     <p><strong>ราคา:</strong> <%= tour.price %></p>
     <p><strong>ระยะเวลา:</strong> <%= tour.duration %></p>
-    <p><strong>บริษัท:</strong> <%= tour.company_name %></p>
+    <p><strong>บริษัท:</strong> <%= tour.cname %></p>
     <a href="/" class="btn-edit">ย้อนกลับ</a>   
   </section>
 
-- 
GitLab