feat: refs #7821 isBooked with grants #3150
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#3150
Loading…
Reference in New Issue
No description provided.
Delete Branch "7821-entryIsBooked"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -388,1 +388,3 @@
"There is no company associated with that warehouse": "No hay ninguna empresa asociada a ese almacén"
"There is no company associated with that warehouse": "No hay ninguna empresa asociada a ese almacén",
"You do not have permission to modify the booked field": "No tienes permisos para modificar el campo contabilizada",
"Entry 99 is not editable": "Entry 99 is not editable",
Estes se ficaren asoles no?
@ -10,3 +10,3 @@
* @param vSelf Id de entrada
*/
DECLARE vIsEditable BOOL;
DECLARE vIsNotEditable BOOL;
Si heu fem a la inversa es simplifica
@ -0,0 +69,4 @@
expect(error).toBeUndefined();
});
it('should not throw an error when entry is not booked', async() => {
Faltarien 2 tests: 'is not booked and is informal' y 'is not booked and is not informal'