Type search words and press enter
Seamless e-invoicing is now at your fingertips. Check out our self-help videos.
https://help.tallysolutions.com/docs/td9rel54/td9/troubleshooting/warning_code_0015.htm

warning T0015:Ignored Modifier(#), Reinitializer(*), and Const(@) that are not allowed for system description type '%s'.

Cause

This warning occurs when Modifier(#) or Reinitializer(*) or Const (@) is specified in a system definition.

%s is the type of system definition.

Solution

Remove the reinitializer.

Example

[*System: UDF]

In the above example the system UDF is reinitialised with *. Hence the message warning T0015: Ignored Modifier(#), Reinitializer(*), and Const(@) that are not allowed for system description type 'UDF'. appears.

The code is corrected by removing the reinitializer(*).

[System: UDF]