From 5841de8eebc53b406dcd2773ea6fb1db2155e3d2 Mon Sep 17 00:00:00 2001 From: msyu Date: Tue, 26 Nov 2024 21:30:53 +0300 Subject: [PATCH] debug --- v1/resources/instance.cfc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/v1/resources/instance.cfc b/v1/resources/instance.cfc index 703af9c..49b5e83 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -32,13 +32,6 @@ i.quantity i.price v.svc - from instance e left outer join specification_item i on (e.specification_item_id=i.specification_item_id)