Skip to content

Commit

Permalink
Sql default value fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markocupic committed Jun 4, 2024
1 parent 47fe02d commit 1b8f266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contao/dca/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'exclude' => true,
'inputType' => 'select',
'reference' => &$GLOBALS['TL_LANG']['MSC'],
'sql' => "varchar(512) NOT NULL default 'default_checkout'",
'sql' => "varchar(512) NOT NULL default 'default'",
];

$GLOBALS['TL_DCA']['tl_module']['fields']['cebb_jumpToOnCheckoutCompletion'] = [
Expand Down

0 comments on commit 1b8f266

Please sign in to comment.