New routes added
This commit is contained in:
parent
78964d7297
commit
813f4af63f
2 changed files with 15 additions and 0 deletions
|
@ -62,6 +62,10 @@ has error_messages => sub {
|
|||
};
|
||||
};
|
||||
|
||||
sub post_payroll_read {
|
||||
|
||||
}
|
||||
|
||||
sub post_payroll_add {
|
||||
my $c = shift;
|
||||
|
||||
|
@ -115,6 +119,10 @@ sub post_payroll_add {
|
|||
});
|
||||
}
|
||||
|
||||
sub post_supplier_read {
|
||||
|
||||
}
|
||||
|
||||
sub post_supplier_add {
|
||||
my $c = shift;
|
||||
|
||||
|
@ -148,6 +156,10 @@ sub post_supplier_add {
|
|||
});
|
||||
}
|
||||
|
||||
sub post_employee_read {
|
||||
|
||||
}
|
||||
|
||||
sub post_employee_add {
|
||||
my $c = shift;
|
||||
|
||||
|
|
Reference in a new issue