Merge branch 'dev' into module/stock
This commit is contained in:
@@ -278,9 +278,3 @@
|
||||
{/if}
|
||||
{/await}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<pre>
|
||||
{JSON.stringify({item_id,location},null,2)}
|
||||
</pre>
|
||||
</div>
|
||||
@@ -126,8 +126,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
function setName(newName){
|
||||
patchTask({name:newName});
|
||||
async function setName(newName){
|
||||
return await patchTask({name:newName});
|
||||
}
|
||||
|
||||
function map_state(tx){
|
||||
|
||||
Reference in New Issue
Block a user