From 3f9775c98182ea61b584fade02f898384b601c3c Mon Sep 17 00:00:00 2001 From: rylon Date: Fri, 19 Sep 2014 20:59:21 +0200 Subject: [PATCH] fixed billing id for friseurteam - billing is shown now --- .../sql/webcraft_billing_satelite_api.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/friseurteam/sai/saimod_webcraft_billing_satelite/sql/webcraft_billing_satelite_api.sql b/friseurteam/sai/saimod_webcraft_billing_satelite/sql/webcraft_billing_satelite_api.sql index d4e9f04..c09bc4f 100644 --- a/friseurteam/sai/saimod_webcraft_billing_satelite/sql/webcraft_billing_satelite_api.sql +++ b/friseurteam/sai/saimod_webcraft_billing_satelite/sql/webcraft_billing_satelite_api.sql @@ -1,2 +1,2 @@ -INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5300, 42, 0, 0, 'saimod_webcraft_billing', 'action', NULL); -INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5301, 42, 2, 3, 'getpdf', 'billid', 'UINT'); \ No newline at end of file +INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5300, 42, 0, 0, 'saimod_webcraft_billing_satelite', 'action', NULL); +INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5301, 42, 2, 5300, 'getpdf', 'billid', 'UINT'); \ No newline at end of file