From 068f915fc03a78c2f53af34df58fb822901aa901 Mon Sep 17 00:00:00 2001 From: Tiavina Date: Tue, 31 Dec 2024 15:30:40 +0300 Subject: [PATCH] route to create the column --- gestion/appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/appinfo/routes.php b/gestion/appinfo/routes.php index 2c7c7d6..3a1fd8f 100644 --- a/gestion/appinfo/routes.php +++ b/gestion/appinfo/routes.php @@ -120,6 +120,7 @@ return [ //SQL ['name' => 'page#addDevisNumberColumn', 'url' => '/addDevisNumberColumn', 'verb' => 'POST'], + ['name' => 'page#addFactureNumberColumn', 'url' => '/addFactureNumberColumn', 'verb' => 'POST'], ] ];