Changes between Version 64 and Version 65 of DeveloperGuidelinesNewModule


Ignore:
Timestamp:
12/01/13 11:25:40 (11 years ago)
Author:
Nishant Kauntia
Comment:

'self'.crud_strings. Self was missing.

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesNewModule

    v64 v65  
    5454                                  *s3_meta_fields())
    5555
    56         crud_strings[tablename] = Storage(
     56        self.crud_strings[tablename] = Storage(
    5757            title_create = T("Add Vehicle Type"),
    5858            title_display = T("Vehicle Type Details"),