Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/Options/fOptionsCombinations.pas

    r829 r1693  
    185185  if copy(valuesource, 1, 1) = '&' then
    186186    valuesource := copy(valuesource, 2, length(valuesource) - 1);
    187   valuename := Piece(lstAddBy.DisplayText[lstAddBy.ItemIndex], '-', 1);
     187 { if radAddByType.ItemIndex = 2 then
     188   valuename := Piece(lstAddBy.DisplayText[lstAddBy.ItemIndex], '-', 1)
     189  else } //Removed per PTM 274 - should not peice by the "-" at all
     190   valuename := lstAddBy.DisplayText[lstAddBy.ItemIndex];
    188191  valueien := Piece(lstAddBy.Items[lstAddBy.ItemIndex], '^', 1);
    189192  if Duplicate(valueien, valuesource) then exit; // check for duplicates
Note: See TracChangeset for help on using the changeset viewer.