Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r829 r1679  
    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.