Commit 296fdfb7 authored by Łukasz Nowak's avatar Łukasz Nowak

Rename slap_state to payment_state.

Person and Software Instance slap states have to be catalogged so reuse
existing column.

This is future compatible, as same state will be used to lock operations
of Person or Software Instance.
parent 43d48390
......@@ -48,7 +48,7 @@
</item>
<item>
<key> <string>state_var</string> </key>
<value> <string>slap_state</string> </value>
<value> <string>payment_state</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
361
\ No newline at end of file
362
\ No newline at end of file
......@@ -48,7 +48,7 @@
</item>
<item>
<key> <string>state_var</string> </key>
<value> <string>slap_state</string> </value>
<value> <string>payment_state</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
512
\ No newline at end of file
513
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment