Fix counting

This commit is contained in:
Peter Maquiran
2021-08-31 10:17:23 +01:00
parent ca4f9e47de
commit 81b825b6b8
3 changed files with 12 additions and 8 deletions
+7 -7
View File
@@ -36,13 +36,13 @@ export class DespachoStoreService {
// (update:customTask) => update.Folio = 'Formação 5'
// )
// this.Query().Update(
// (select:customTask): boolean => select.Folio == 'Formação',
// (update:customTask) => {
// update.Folio = 'Formação 7';
// update.DocumentURL = 'peter';
// }
// )
// this.Query().Update(
// (select:customTask): boolean => select.Folio == 'Formação',
// (update:customTask) => {
// update.Folio = 'Formação 7';
// update.DocumentURL = 'peter';
// }
// )
// this.Query().Update(
// (select:customTask): boolean => select.Folio == 'Formação',