Skip to content

Commit

Permalink
Fixed wrong merged for renaming "ROWS" To "ACCEPTABLECOUNT"
Browse files Browse the repository at this point in the history
  • Loading branch information
think-mcunanan committed Sep 11, 2020
1 parent 2921f32 commit 3f6b6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/components/misc_function.php
Original file line number Diff line number Diff line change
Expand Up @@ -1847,12 +1847,12 @@ function GetAvailableFacilities(&$controller, $dbname, $storecode)
array(
"FACILITYID" => 1,
"FACILITYNAME" => "Facility 1",
"ROWS" => DEFAULT_FACILITY_ROWS
"ACCEPTABLECOUNT" => DEFAULT_FACILITY_ACCEPTABLECOUNT
),
array(
"FACILITYID" => 2,
"FACILITYNAME" => "Facility 2",
"ROWS" => DEFAULT_FACILITY_ROWS
"ACCEPTABLECOUNT" => DEFAULT_FACILITY_ACCEPTABLECOUNT
),
);
}
Expand Down

0 comments on commit 3f6b6cb

Please sign in to comment.