Skip to content

Commit

Permalink
bug fix to prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Aug 18, 2016
1 parent ce949fe commit 2d4b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/4_2_2-to-4_3_1_upgrade.sql
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ UPDATE `globals` SET `gl_value` = 'style_tan.css' WHERE `gl_name` = 'css_header'
ALTER TABLE `users` DROP COLUMN `ssi_relayhealth`;
#EndIf

#IfNotRow2D list_options list_id page_validation option_id encounters#new_encounter
#IfNotRow2D list_options list_id page_validation option_id common#new_encounter
INSERT INTO `list_options` (`list_id`, `option_id`, `title`, `seq`, `notes`, `activity`) VALUES ('page_validation', 'common#new_encounter', '/interface/forms/newpatient/common.php', 50, '{pc_catid:{exclusion: ["_blank"]}}', 1);
#EndIf

0 comments on commit 2d4b71f

Please sign in to comment.