Skip to content
This repository has been archived by the owner on Dec 7, 2017. It is now read-only.

Commit

Permalink
Revert "[OE-5238] branced to use a different macro sheet prior to lau…
Browse files Browse the repository at this point in the history
…nch"

This reverts commit 20e76b7.
  • Loading branch information
jam13 committed Dec 15, 2014
1 parent 20e76b7 commit e496212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ImportMacrosCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ImportMacrosCommand extends ImportGdataCommand
{
public function run($args)
{
$data = $this->loadData('Correspondence Macros G2.1', array('letter_macro', 'firm_letter_macro', 'subspecialty_letter_macro'));
$data = $this->loadData('Correspondence Macros', array('letter_macro', 'firm_letter_macro', 'subspecialty_letter_macro'));
$this->importData($data, array(
'letter_macro' => array(
'table' => 'ophcocorrespondence_letter_macro',
Expand Down

0 comments on commit e496212

Please sign in to comment.