Revision 699

Date:
2018/08/15 21:53:40
Author:
ahitrov
Revision Log:
table name

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/money/lib/money/SQL/ChecksTable.pm

     
    4 4
    5 5 sub db_table
    6 6 {
    7 return 'money_movements';
    7 return 'money_checks';
    8 8 }
    9 9
    10 10 sub db_id_sequence {
    11 return 'money_movements_id_seq';
    11 return 'money_checks_id_seq';
    12 12 }
    13 13
    14 14 sub available_filters {