User: adeen.ayub.vine@gmail.com clicked save for playground/nutech/receipt-test/receipt-test.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-28 07:53:40 +00:00
parent c7bdd547ea
commit 16808763eb
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ A **time duration** defined as ISO 8601 durations format.
minutes = 0
seconds = 0
if 'H' in timer_value_warehouse:
hours_str = timer_value_warehouse.split('H')[0][2:]
hours = int(hours_str) if hours_str.isdigit() else 0