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 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>state_var</string> </key> <key> <string>state_var</string> </key>
<value> <string>slap_state</string> </value> <value> <string>payment_state</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
361 362
\ No newline at end of file \ No newline at end of file
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</item> </item>
<item> <item>
<key> <string>state_var</string> </key> <key> <string>state_var</string> </key>
<value> <string>slap_state</string> </value> <value> <string>payment_state</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
512 513
\ No newline at end of file \ 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