From 79d5442169c14e0695f291e0071ee6b6870d7364 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 5 May 2014 15:32:48 +0000 Subject: [PATCH] Option Run with End file --- fileSend.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fileSend.php b/fileSend.php index a51878a..d3d3eeb 100644 --- a/fileSend.php +++ b/fileSend.php @@ -84,6 +84,7 @@ if ( isset($opts->file) ) /** * @todo : links to prestation table and file rules + * Prestation => Repertoire reception, etc */ switch ($client) { case 'sfrbtr' : @@ -95,6 +96,7 @@ if ( isset($opts->file) ) case 'gefacto': $prestation = 'GEFACTO'; $OptionsCopyAddDate = true; + $OptionsRunWithEndFile = true; break; }