add editable account on reception/customer-cart, add towel handling
This commit is contained in:
@@ -99,8 +99,11 @@ class DetstaConsoleController extends Controller
|
||||
|
||||
$content = $detsta->toString();
|
||||
|
||||
file_put_contents('c:\tmp\detsta.txt', $content);
|
||||
$fn = 'c:\tmp\detsta.txt';
|
||||
|
||||
file_put_contents($fn , $content);
|
||||
echo "File saved: " . $fn;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user