Ignore:
Timestamp:
2 Mar 2018, 11:01:24 (7 years ago)
Author:
Henrik Bettermann
Message:

Append hash '#' to all kind of student phone numbers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/export.py

    r14761 r14957  
    284284        if name == 'history':
    285285            value = value.messages
    286         if name == 'phone' and value is not None:
     286        if 'phone' in name and value is not None:
    287287            # Append hash '#' to phone numbers to circumvent
    288288            # unwanted excel automatic
Note: See TracChangeset for help on using the changeset viewer.